From: Laurent Date: Fri, 5 Feb 2016 07:49:26 +0000 (+0800) Subject: Working generic command X-Git-Tag: 2.0.0-beta.1~52^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ea3b573653aeb2c48fcaa52b4dd80e70cae4ea7b;p=github%2Fwallabag%2Fwallabag.git Working generic command --- diff --git a/README.md b/README.md index 776b14e9..b92810c7 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: ``` -composer create-project wallabag/wallabag wallabag 2.0.0-alpha.2 +composer create-project wallabag/wallabag wallabag "2.0.*@alpha" php bin/console wallabag:install php bin/console server:run ```