diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-01-04 18:49:05 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-01-04 18:49:05 +0100 |
commit | f452d3c4dff32003e7be10b3704bd4b1e23d7ad4 (patch) | |
tree | 52ee8f16a5bd5e6036b7723015f192d8891c993a /doc/md | |
parent | 17dee65651445de9abf377c962a45d71c9ad0f91 (diff) | |
download | Shaarli-f452d3c4dff32003e7be10b3704bd4b1e23d7ad4.tar.gz Shaarli-f452d3c4dff32003e7be10b3704bd4b1e23d7ad4.tar.zst Shaarli-f452d3c4dff32003e7be10b3704bd4b1e23d7ad4.zip |
Update CHANGELOG, README badges and installation instructions
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Download-and-Installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index bbbfc26d..0fdbd27d 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -25,11 +25,11 @@ Using one of the following methods: | |||
25 | 25 | ||
26 | In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. **Download our *shaarli-full* archive** to include dependencies. | 26 | In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. **Download our *shaarli-full* archive** to include dependencies. |
27 | 27 | ||
28 | The current latest released version is `v0.9.1` | 28 | The current latest released version is `v0.9.3` |
29 | 29 | ||
30 | ```bash | 30 | ```bash |
31 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.1/shaarli-v0.9.1-full.zip | 31 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.3/shaarli-v0.9.3-full.zip |
32 | $ unzip shaarli-v0.9.1-full.zip | 32 | $ unzip shaarli-v0.9.3-full.zip |
33 | $ mv Shaarli /path/to/shaarli/ | 33 | $ mv Shaarli /path/to/shaarli/ |
34 | ``` | 34 | ``` |
35 | 35 | ||
@@ -96,7 +96,7 @@ Install [Composer](Unit-tests.md#install_composer) to manage Shaarli dependencie | |||
96 | To get the latest changes from the `master` branch: | 96 | To get the latest changes from the `master` branch: |
97 | 97 | ||
98 | ```bash | 98 | ```bash |
99 | # clone the repository | 99 | # clone the repository |
100 | $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/ | 100 | $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/ |
101 | # install/update third-party dependencies | 101 | # install/update third-party dependencies |
102 | $ cd /path/to/shaarli | 102 | $ cd /path/to/shaarli |