aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user/installation.rst
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-10-04 17:13:57 +0200
committerGitHub <noreply@github.com>2016-10-04 17:13:57 +0200
commitc36f5adce2dcf30affe972fe8752e98aeb8d57a1 (patch)
treeaef901bd588446bcacba5e67f5323cba963ae59c /docs/fr/user/installation.rst
parent57386125abc5c50c1438cf7e78d01f06021adc0a (diff)
parent933c6f3155b7ea940e493e7a6103eb20f8f933d3 (diff)
downloadwallabag-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 'docs/fr/user/installation.rst')
-rw-r--r--docs/fr/user/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index cba8444a..fecdea0f 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -52,7 +52,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
52 52
53 git clone https://github.com/wallabag/wallabag.git 53 git clone https://github.com/wallabag/wallabag.git
54 cd wallabag 54 cd wallabag
55 git checkout 2.1.0 55 git checkout 2.1.1 --force
56 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 56 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
57 php bin/console wallabag:install --env=prod 57 php bin/console wallabag:install --env=prod
58 58