aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Installation.md4
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:
7To 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. 7To 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
10wget https://github.com/shaarli/Shaarli/releases/download/v0.10.4/shaarli-v0.10.4-full.zip 10wget https://github.com/shaarli/Shaarli/releases/download/v0.11.1/shaarli-v0.11.1-full.zip
11unzip shaarli-v0.10.4-full.zip 11unzip shaarli-v0.11.1-full.zip
12sudo rsync -avP Shaarli/ /var/www/shaarli.mydomain.org/ 12sudo rsync -avP Shaarli/ /var/www/shaarli.mydomain.org/
13``` 13```
14 14