X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fen%2Fuser%2Fupgrade-2.0.x-2.1.y.rst;h=ce5b5441bfd19817cfbb76599d7020a04fcf12a6;hb=0c7f1ba79615be00d07a3fd4e9671f3c2356d38b;hp=234045ba474e263fd2d042b2c11c409cb2601d16;hpb=24add95e9eaa1211655aff6d3d06c30e94252bcc;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/user/upgrade-2.0.x-2.1.y.rst b/docs/en/user/upgrade-2.0.x-2.1.y.rst index 234045ba..ce5b5441 100644 --- a/docs/en/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/en/user/upgrade-2.0.x-2.1.y.rst @@ -15,7 +15,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba 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