diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-07 14:27:32 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-07 14:27:32 +0200 |
commit | 5bdec0195f2b8cb631889479507390567f148b9d (patch) | |
tree | afe1ede0c385694d86448f87131581bc0990d6ed /README.md | |
parent | 94d1dae4ef9ee9698068b63b8f20a89519f98939 (diff) | |
download | wallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.gz wallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.zst wallabag-5bdec0195f2b8cb631889479507390567f148b9d.zip |
Prepare wallabag 2.0.8
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 |