X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=b7940b36c8b2857963b59f1af0aa1bbc1fa695a2;hb=c32ae320fec4135f5b32d57ef88349317a3b1f3f;hp=b1086885f4ca75b5eab547388982e6195c403aac;hpb=43e4a806bd6714a2b90135e6f5132bc6d11d5194;p=github%2Fwallabag%2Fwallabag.git diff --git a/README.md b/README.md index b1086885..b7940b36 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Keep in mind it's an **unstable** branch, everything can be broken :) If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands: ``` -SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev +SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.1" --no-dev php bin/console wallabag:install --env=prod php bin/console server:run --env=prod ```