aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Download-and-Installation.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-10-22 13:19:51 +0200
committerGitHub <noreply@github.com>2017-10-22 13:19:51 +0200
commitd8acf8550480694d050091e270a06c01e7b313f0 (patch)
treef62befb2351c4b6550f71e11f6845bc3acb78a5d /doc/md/Download-and-Installation.md
parentefd3a6405a381501b070b8805ae37d1313969784 (diff)
parent1a47014f99d2f7aae00d37e62e0364d4eaa1ce29 (diff)
downloadShaarli-d8acf8550480694d050091e270a06c01e7b313f0.tar.gz
Shaarli-d8acf8550480694d050091e270a06c01e7b313f0.tar.zst
Shaarli-d8acf8550480694d050091e270a06c01e7b313f0.zip
Merge pull request #871 from ArthurHoaro/feature/translation
Shaarli's translation
Diffstat (limited to 'doc/md/Download-and-Installation.md')
-rw-r--r--doc/md/Download-and-Installation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md
index e5e929ef..59a1b7da 100644
--- a/doc/md/Download-and-Installation.md
+++ b/doc/md/Download-and-Installation.md
@@ -36,6 +36,7 @@ In most cases, download Shaarli from the [releases](https://github.com/shaarli/S
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.9 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$ make translate
39``` 40```
40 41
41## Stable version 42## Stable version
@@ -83,13 +84,14 @@ $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/
83# install/update third-party dependencies 84# install/update third-party dependencies
84$ cd /path/to/shaarli 85$ cd /path/to/shaarli
85$ composer install --no-dev --prefer-dist 86$ composer install --no-dev --prefer-dist
87$ make translate
86``` 88```
87 89
88## Finish Installation 90## Finish Installation
89 91
90Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser. 92Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser.
91 93
92![install screenshot](http://i.imgur.com/wuMpDSN.png) 94![install screenshot](images/install-shaarli.png)
93 95
94Setup your Shaarli installation, and it's ready to use! 96Setup your Shaarli installation, and it's ready to use!
95 97