diff options
Diffstat (limited to 'doc/md/Download-and-Installation.md')
-rw-r--r-- | doc/md/Download-and-Installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index cdc503a8..135f0633 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -18,13 +18,13 @@ Get the latest released version from the [releases](https://github.com/shaarli/S | |||
18 | 18 | ||
19 | **Download our *shaarli-full* archive** to include dependencies. | 19 | **Download our *shaarli-full* archive** to include dependencies. |
20 | 20 | ||
21 | The current latest released version is `v0.8.4` | 21 | The current latest released version is `v0.9.0` |
22 | 22 | ||
23 | Or in command lines: | 23 | Or in command lines: |
24 | 24 | ||
25 | ```bash | 25 | ```bash |
26 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip | 26 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.0/shaarli-v0.9.0-full.zip |
27 | $ unzip shaarli-v0.8.4-full.zip | 27 | $ unzip shaarli-v0.9.0-full.zip |
28 | $ mv Shaarli /path/to/shaarli/ | 28 | $ mv Shaarli /path/to/shaarli/ |
29 | ``` | 29 | ``` |
30 | 30 | ||
@@ -34,7 +34,7 @@ In most cases, download Shaarli from the [releases](https://github.com/shaarli/S | |||
34 | 34 | ||
35 | ``` | 35 | ``` |
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.8 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 | ``` | 39 | ``` |
40 | 40 | ||