aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-04 10:25:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-04 10:31:03 +0200
commitf440e282819a1e92e3200cf2e588fc9a0c1278ac (patch)
tree7769cfd595aaba70945f7a4a50ef1f42b6f12528 /README.md
parentca8f9bdc1507e8a1f1d7500fb52a0dcb64de237a (diff)
downloadwallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.tar.gz
wallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.tar.zst
wallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.zip
Update doc
Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6d215c89..0936f666 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ More informations on our website: [wallabag.org](https://wallabag.org)
10 10
11# Install wallabag 11# Install wallabag
12 12
13If you don't have it yet, please [install composer](https://getcomposer.org/download/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that). Read [our documentation](http://doc.wallabag.org) to have more information about installation. 13If you don't have it yet, please [install composer](https://getcomposer.org/download/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that). Read [our documentation](http://doc.wallabag.org) to have more information about installation.
14Then you can install wallabag by executing the following commands: 14Then you can install wallabag by executing the following commands:
15 15
16``` 16```
17 git clone https://github.com/wallabag/wallabag.git 17 git clone https://github.com/wallabag/wallabag.git
18 cd wallabag 18 cd wallabag
19 git checkout 2.1.0 19 git checkout 2.1.0
20 ASSETS=build ./install.sh 20 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
21 php bin/console server:run --env=prod 21 php bin/console server:run --env=prod
22``` 22```
23 23