diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-19 11:23:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-19 11:23:07 +0200 |
commit | d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149 (patch) | |
tree | d20f88d9e9157bf9721c77913096dcd6875231b5 /README.md | |
parent | da18a4682f124b02278860d23ac1d59dee995277 (diff) | |
parent | f9feca5c64309a2a202258bb92ae24b7a1dbe31c (diff) | |
download | wallabag-d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149.tar.gz wallabag-d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149.tar.zst wallabag-d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149.zip |
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Then you can install wallabag by executing the following commands: | |||
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.0.7 | 19 | git checkout 2.0.8 |
20 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 20 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
21 | php bin/console wallabag:install --env=prod | 21 | php bin/console wallabag:install --env=prod |
22 | php bin/console server:run --env=prod | 22 | php bin/console server:run --env=prod |