]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade-2.0.x-2.1.y.rst
Update doc
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.0.x-2.1.y.rst
index 63a77e7c8f28d98eefdc57c9c95b106a4d4e69f6..ce5b5441bfd19817cfbb76599d7020a04fcf12a6 100644 (file)
@@ -11,10 +11,11 @@ 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.0
-    ASSETS=build ./install.sh
+    SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console doctrine:migrations:migrate --env=prod
     php bin/console cache:clear --env=prod