diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-08-23 01:35:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 01:35:10 +0200 |
commit | 2a1292359b79ec77257583ea9d97891dfd2ddb1b (patch) | |
tree | de62e395ecd914ccc961439079a4306678e2f443 /doc | |
parent | 7c2460c856c1d561b8347316f3045208f9f3d24e (diff) | |
parent | d3fee4f40b87d18ba8009244e57e2d91c3cd3c6e (diff) | |
download | Shaarli-2a1292359b79ec77257583ea9d97891dfd2ddb1b.tar.gz Shaarli-2a1292359b79ec77257583ea9d97891dfd2ddb1b.tar.zst Shaarli-2a1292359b79ec77257583ea9d97891dfd2ddb1b.zip |
Merge pull request #928 from virtualtam/documentation/v0.9.1
documentation: update installation instructions for 0.9.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Download-and-Installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index 135f0633..e5e929ef 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.9.0` | 21 | The current latest released version is `v0.9.1` |
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.9.0/shaarli-v0.9.0-full.zip | 26 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.1/shaarli-v0.9.1-full.zip |
27 | $ unzip shaarli-v0.9.0-full.zip | 27 | $ unzip shaarli-v0.9.1-full.zip |
28 | $ mv Shaarli /path/to/shaarli/ | 28 | $ mv Shaarli /path/to/shaarli/ |
29 | ``` | 29 | ``` |
30 | 30 | ||