diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-15 20:05:32 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | 48b19a7014ce7fac58ac77e171526cbb3a751318 (patch) | |
tree | ee06851c381dde45ef479585c2a5633be0816de1 /doc | |
parent | 02117f7ea35d719351a99cd4f1c339b2ad4ef266 (diff) | |
download | Shaarli-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.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 | ||