aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-07 14:27:32 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-07 14:27:32 +0200
commit5bdec0195f2b8cb631889479507390567f148b9d (patch)
treeafe1ede0c385694d86448f87131581bc0990d6ed /README.md
parent94d1dae4ef9ee9698068b63b8f20a89519f98939 (diff)
downloadwallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.gz
wallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.zst
wallabag-5bdec0195f2b8cb631889479507390567f148b9d.zip
Prepare wallabag 2.0.8
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6053e6d9..2ce6479e 100644
--- a/README.md
+++ b/README.md
@@ -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