X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=048315c04b6620e8b49e7d1fe39249c3572d7c35;hb=3c00779dc3e36aa52f9d520bf6b615511ae39d17;hp=0936f666bad3656562c3879388d6a007819efc30;hpb=f440e282819a1e92e3200cf2e588fc9a0c1278ac;p=github%2Fwallabag%2Fwallabag.git diff --git a/README.md b/README.md index 0936f666..048315c0 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ Then you can install wallabag by executing the following commands: ``` git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.1.0 + git checkout 2.1.1 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist + php bin/console wallabag:install --env=prod php bin/console server:run --env=prod ```