]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/upgrade-2.1.x-2.1.y.rst
Update the upgrade documentation
[github/wallabag/wallabag.git] / docs / fr / user / upgrade-2.1.x-2.1.y.rst
index d7983d93507384775496ace6bd957fd8255e1563..2d3b452b51c360784eb688dd1e4fd5c1ab7d6486 100644 (file)
@@ -8,12 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
 
 ::
 
-    rm -rf var/cache/*
-    git fetch origin
-    git fetch --tags
-    git checkout 2.1.3 --force
-    SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
-    php bin/console cache:clear --env=prod
+    make update
 
 Mise à jour sur un hébergement mutualisé
 ----------------------------------------