diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-04 17:13:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 17:13:57 +0200 |
commit | c36f5adce2dcf30affe972fe8752e98aeb8d57a1 (patch) | |
tree | aef901bd588446bcacba5e67f5323cba963ae59c /README.md | |
parent | 57386125abc5c50c1438cf7e78d01f06021adc0a (diff) | |
parent | 933c6f3155b7ea940e493e7a6103eb20f8f933d3 (diff) | |
download | wallabag-c36f5adce2dcf30affe972fe8752e98aeb8d57a1.tar.gz wallabag-c36f5adce2dcf30affe972fe8752e98aeb8d57a1.tar.zst wallabag-c36f5adce2dcf30affe972fe8752e98aeb8d57a1.zip |
Merge pull request #2349 from wallabag/prepare-211
Prepare wallabag 2.1.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,8 +16,9 @@ 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.1.0 | 19 | git checkout 2.1.1 |
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 server:run --env=prod | 22 | php bin/console server:run --env=prod |
22 | ``` | 23 | ``` |
23 | 24 | ||