aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Download-and-Installation.md
diff options
context:
space:
mode:
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 3453e8b4..be848c97 100644
--- a/doc/md/Download-and-Installation.md
+++ b/doc/md/Download-and-Installation.md
@@ -44,6 +44,7 @@ Cloning using `git` or downloading Github branches as zip files requires additio
44$ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ 44$ mkdir -p /path/to/shaarli && cd /path/to/shaarli/
45$ git clone -b latest https://github.com/shaarli/Shaarli.git . 45$ git clone -b latest https://github.com/shaarli/Shaarli.git .
46$ composer install --no-dev --prefer-dist 46$ composer install --no-dev --prefer-dist
47$ make translate
47``` 48```
48 49
49## Stable version 50## Stable version
@@ -91,13 +92,14 @@ $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/
91# install/update third-party dependencies 92# install/update third-party dependencies
92$ cd /path/to/shaarli 93$ cd /path/to/shaarli
93$ composer install --no-dev --prefer-dist 94$ composer install --no-dev --prefer-dist
95$ make translate
94``` 96```
95 97
96## Finish Installation 98## Finish Installation
97 99
98Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser. 100Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser.
99 101
100![install screenshot](http://i.imgur.com/wuMpDSN.png) 102![install screenshot](images/install-shaarli.png)
101 103
102Setup your Shaarli installation, and it's ready to use! 104Setup your Shaarli installation, and it's ready to use!
103 105