]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade-2.1.x-2.1.y.rst
Update the upgrade documentation
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.1.x-2.1.y.rst
index 28b7d45e409c169874716692402723a2f2f28169..fb41a07b1a55e5ed082e1681e89098333b159895 100644 (file)
@@ -8,12 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
 
 ::
 
-    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
 
 Upgrade on a shared hosting
 ---------------------------