diff options
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/upgrade-2.1.x-2.1.y.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/fr/user/upgrade-2.1.x-2.1.y.rst b/docs/fr/user/upgrade-2.1.x-2.1.y.rst index d7983d93..2d3b452b 100644 --- a/docs/fr/user/upgrade-2.1.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.1.x-2.1.y.rst | |||
@@ -8,12 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | 11 | make update |
12 | git fetch origin | ||
13 | git fetch --tags | ||
14 | git checkout 2.1.3 --force | ||
15 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
16 | php bin/console cache:clear --env=prod | ||
17 | 12 | ||
18 | Mise à jour sur un hébergement mutualisé | 13 | Mise à jour sur un hébergement mutualisé |
19 | ---------------------------------------- | 14 | ---------------------------------------- |