aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr/user/upgrade.rst')
-rw-r--r--docs/fr/user/upgrade.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst
index e3798979..42aef9c7 100644
--- a/docs/fr/user/upgrade.rst
+++ b/docs/fr/user/upgrade.rst
@@ -11,7 +11,9 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.1.0 13 git checkout 2.1.0
14 ./install.sh 14 ASSETS=build ./install.sh
15 php bin/console doctrine:migrations:migrate --env=prod
16 php bin/console cache:clear --env=prod
15 17
16Mise à jour sur un hébergement mutualisé 18Mise à jour sur un hébergement mutualisé
17---------------------------------------- 19----------------------------------------