From: VirtualTam Date: Sat, 5 Aug 2017 10:08:09 +0000 (+0200) Subject: documentation: update release download and usage information X-Git-Tag: v0.9.1~1^2~6^2~4 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=7f876cf62babd0c1512f9004f4bcad2dcb551b5b documentation: update release download and usage information Signed-off-by: VirtualTam --- diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index cdc503a8..135f0633 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md @@ -18,13 +18,13 @@ Get the latest released version from the [releases](https://github.com/shaarli/S **Download our *shaarli-full* archive** to include dependencies. -The current latest released version is `v0.8.4` +The current latest released version is `v0.9.0` Or in command lines: ```bash -$ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip -$ unzip shaarli-v0.8.4-full.zip +$ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.0/shaarli-v0.9.0-full.zip +$ unzip shaarli-v0.9.0-full.zip $ mv Shaarli /path/to/shaarli/ ``` @@ -34,7 +34,7 @@ In most cases, download Shaarli from the [releases](https://github.com/shaarli/S ``` $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ -$ git clone -b v0.8 https://github.com/shaarli/Shaarli.git . +$ git clone -b v0.9 https://github.com/shaarli/Shaarli.git . $ composer install --no-dev --prefer-dist ``` diff --git a/doc/md/Theming.md b/doc/md/Theming.md index 61a100d1..bd400776 100644 --- a/doc/md/Theming.md +++ b/doc/md/Theming.md @@ -20,8 +20,6 @@ See also [Download CSS styles from an OPML list](Download CSS styles from an OPM ## Themes -_WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._ - Installation: - find a theme you'd like to install