From 1a47014f99d2f7aae00d37e62e0364d4eaa1ce29 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 1 Sep 2017 18:47:32 +0200 Subject: Translation documentation --- doc/md/Download-and-Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/md/Download-and-Installation.md') 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 $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ $ git clone -b v0.9 https://github.com/shaarli/Shaarli.git . $ composer install --no-dev --prefer-dist +$ make translate ``` ## Stable version @@ -83,13 +84,14 @@ $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/ # install/update third-party dependencies $ cd /path/to/shaarli $ composer install --no-dev --prefer-dist +$ make translate ``` ## Finish Installation Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser. -![install screenshot](http://i.imgur.com/wuMpDSN.png) +![install screenshot](images/install-shaarli.png) Setup your Shaarli installation, and it's ready to use! -- cgit v1.2.3