]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/upgrade-2.0.x-2.1.y.rst
Update doc
[github/wallabag/wallabag.git] / docs / fr / user / upgrade-2.0.x-2.1.y.rst
index fdd1f0cbbb4802b32ee680f7ebaa2383812cc430..a059cfb8471820b890028a2e1dc30ca3bc55b66d 100644 (file)
@@ -15,7 +15,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
     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