aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Download-and-Installation.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-05 12:08:09 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-05 12:08:09 +0200
commit7f876cf62babd0c1512f9004f4bcad2dcb551b5b (patch)
treef802523624fc14b715abd9ee7a37dd69a6abcc49 /doc/md/Download-and-Installation.md
parent28439d63b8bb3b0ffea0a5b99e7c3c1e041c00eb (diff)
downloadShaarli-7f876cf62babd0c1512f9004f4bcad2dcb551b5b.tar.gz
Shaarli-7f876cf62babd0c1512f9004f4bcad2dcb551b5b.tar.zst
Shaarli-7f876cf62babd0c1512f9004f4bcad2dcb551b5b.zip
documentation: update release download and usage information
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/Download-and-Installation.md')
-rw-r--r--doc/md/Download-and-Installation.md8
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
21The current latest released version is `v0.8.4` 21The current latest released version is `v0.9.0`
22 22
23Or in command lines: 23Or 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