aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-03 21:11:31 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-04 17:08:34 +0200
commit5958597ba6c54abe0922e1950f301f6f40cdb430 (patch)
tree20ec74db5d8c2fc2ce929973ffb95f4a7724d5d8 /docs/en/user/installation.rst
parent57386125abc5c50c1438cf7e78d01f06021adc0a (diff)
downloadwallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.tar.gz
wallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.tar.zst
wallabag-5958597ba6c54abe0922e1950f301f6f40cdb430.zip
Prepare wallabag 2.1.1
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 833a36a6..bab8f0a5 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -54,7 +54,7 @@ To install wallabag itself, you must run the following commands:
54 54
55 git clone https://github.com/wallabag/wallabag.git 55 git clone https://github.com/wallabag/wallabag.git
56 cd wallabag 56 cd wallabag
57 git checkout 2.1.0 57 git checkout 2.1.1 --force
58 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 58 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
59 php bin/console wallabag:install --env=prod 59 php bin/console wallabag:install --env=prod
60 60