]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: installation: bump version to 0.11.1
authornodiscc <nodiscc@gmail.com>
Sat, 15 Aug 2020 18:05:32 +0000 (20:05 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
doc/md/Installation.md

index 1286a6b26b4f02576e79b5fe88f1a55182a32081..9f645a67307bb142c31ee9e02adf9e0becba0401 100644 (file)
@@ -7,8 +7,8 @@ Once your server is [configured](Server-configuration.md), install Shaarli:
 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.
 
 ```bash
-wget https://github.com/shaarli/Shaarli/releases/download/v0.10.4/shaarli-v0.10.4-full.zip
-unzip shaarli-v0.10.4-full.zip
+wget https://github.com/shaarli/Shaarli/releases/download/v0.11.1/shaarli-v0.11.1-full.zip
+unzip shaarli-v0.11.1-full.zip
 sudo rsync -avP Shaarli/ /var/www/shaarli.mydomain.org/
 ```