diff options
Diffstat (limited to 'doc/md/Download-and-Installation.md')
-rw-r--r-- | doc/md/Download-and-Installation.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index e5e929ef..59a1b7da 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -36,6 +36,7 @@ In most cases, download Shaarli from the [releases](https://github.com/shaarli/S | |||
36 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ | 36 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ |
37 | $ git clone -b v0.9 https://github.com/shaarli/Shaarli.git . | 37 | $ git clone -b v0.9 https://github.com/shaarli/Shaarli.git . |
38 | $ composer install --no-dev --prefer-dist | 38 | $ composer install --no-dev --prefer-dist |
39 | $ make translate | ||
39 | ``` | 40 | ``` |
40 | 41 | ||
41 | ## Stable version | 42 | ## Stable version |
@@ -83,13 +84,14 @@ $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/ | |||
83 | # install/update third-party dependencies | 84 | # install/update third-party dependencies |
84 | $ cd /path/to/shaarli | 85 | $ cd /path/to/shaarli |
85 | $ composer install --no-dev --prefer-dist | 86 | $ composer install --no-dev --prefer-dist |
87 | $ make translate | ||
86 | ``` | 88 | ``` |
87 | 89 | ||
88 | ## Finish Installation | 90 | ## Finish Installation |
89 | 91 | ||
90 | Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser. | 92 | Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser. |
91 | 93 | ||
92 | ![install screenshot](http://i.imgur.com/wuMpDSN.png) | 94 | ![install screenshot](images/install-shaarli.png) |
93 | 95 | ||
94 | Setup your Shaarli installation, and it's ready to use! | 96 | Setup your Shaarli installation, and it's ready to use! |
95 | 97 | ||