diff options
-rw-r--r-- | doc/md/Download-and-Installation.md | 8 | ||||
-rw-r--r-- | doc/md/Theming.md | 2 |
2 files changed, 4 insertions, 6 deletions
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 | |||
18 | 18 | ||
19 | **Download our *shaarli-full* archive** to include dependencies. | 19 | **Download our *shaarli-full* archive** to include dependencies. |
20 | 20 | ||
21 | The current latest released version is `v0.8.4` | 21 | The current latest released version is `v0.9.0` |
22 | 22 | ||
23 | Or in command lines: | 23 | Or in command lines: |
24 | 24 | ||
25 | ```bash | 25 | ```bash |
26 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip | 26 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.0/shaarli-v0.9.0-full.zip |
27 | $ unzip shaarli-v0.8.4-full.zip | 27 | $ unzip shaarli-v0.9.0-full.zip |
28 | $ mv Shaarli /path/to/shaarli/ | 28 | $ mv Shaarli /path/to/shaarli/ |
29 | ``` | 29 | ``` |
30 | 30 | ||
@@ -34,7 +34,7 @@ In most cases, download Shaarli from the [releases](https://github.com/shaarli/S | |||
34 | 34 | ||
35 | ``` | 35 | ``` |
36 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ | 36 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ |
37 | $ git clone -b v0.8 https://github.com/shaarli/Shaarli.git . | 37 | $ git clone -b v0.9 https://github.com/shaarli/Shaarli.git . |
38 | $ composer install --no-dev --prefer-dist | 38 | $ composer install --no-dev --prefer-dist |
39 | ``` | 39 | ``` |
40 | 40 | ||
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 | |||
20 | 20 | ||
21 | ## Themes | 21 | ## Themes |
22 | 22 | ||
23 | _WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._ | ||
24 | |||
25 | Installation: | 23 | Installation: |
26 | 24 | ||
27 | - find a theme you'd like to install | 25 | - find a theme you'd like to install |