aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Download-and-Installation.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-01-04 18:49:05 +0100
committerVirtualTam <virtualtam@flibidi.net>2018-01-04 18:49:05 +0100
commitf452d3c4dff32003e7be10b3704bd4b1e23d7ad4 (patch)
tree52ee8f16a5bd5e6036b7723015f192d8891c993a /doc/md/Download-and-Installation.md
parent17dee65651445de9abf377c962a45d71c9ad0f91 (diff)
downloadShaarli-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/Download-and-Installation.md')
-rw-r--r--doc/md/Download-and-Installation.md8
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
26In 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. 26In 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
28The current latest released version is `v0.9.1` 28The 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
96To get the latest changes from the `master` branch: 96To 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