aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-08-15 20:05:32 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit48b19a7014ce7fac58ac77e171526cbb3a751318 (patch)
treeee06851c381dde45ef479585c2a5633be0816de1 /doc
parent02117f7ea35d719351a99cd4f1c339b2ad4ef266 (diff)
downloadShaarli-48b19a7014ce7fac58ac77e171526cbb3a751318.tar.gz
Shaarli-48b19a7014ce7fac58ac77e171526cbb3a751318.tar.zst
Shaarli-48b19a7014ce7fac58ac77e171526cbb3a751318.zip
doc: installation: bump version to 0.11.1
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