diff options
-rw-r--r-- | doc/md/Installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/md/Installation.md b/doc/md/Installation.md index 1286a6b2..9f645a67 100644 --- a/doc/md/Installation.md +++ b/doc/md/Installation.md | |||
@@ -7,8 +7,8 @@ Once your server is [configured](Server-configuration.md), install Shaarli: | |||
7 | To install Shaarli, simply place the files from the latest [release .zip archive](https://github.com/shaarli/Shaarli/releases) under your webserver's document root (directly at the document root, or in a subdirectory). Download the **shaarli-vX.X.X-full** archive to include dependencies. | 7 | To install Shaarli, simply place the files from the latest [release .zip archive](https://github.com/shaarli/Shaarli/releases) under your webserver's document root (directly at the document root, or in a subdirectory). Download the **shaarli-vX.X.X-full** archive to include dependencies. |
8 | 8 | ||
9 | ```bash | 9 | ```bash |
10 | wget https://github.com/shaarli/Shaarli/releases/download/v0.10.4/shaarli-v0.10.4-full.zip | 10 | wget https://github.com/shaarli/Shaarli/releases/download/v0.11.1/shaarli-v0.11.1-full.zip |
11 | unzip shaarli-v0.10.4-full.zip | 11 | unzip shaarli-v0.11.1-full.zip |
12 | sudo rsync -avP Shaarli/ /var/www/shaarli.mydomain.org/ | 12 | sudo rsync -avP Shaarli/ /var/www/shaarli.mydomain.org/ |
13 | ``` | 13 | ``` |
14 | 14 | ||