From: Laurent Date: Fri, 5 Feb 2016 03:32:44 +0000 (+0800) Subject: Fix project version in installation command X-Git-Tag: 2.0.0-beta.1~52^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e3fc3fd4caa9ebf0f2dcc89fb528bffa2e95b0a3;p=github%2Fwallabag%2Fwallabag.git Fix project version in installation command --- diff --git a/README.md b/README.md index 590696c1..776b14e9 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.*@alpha +composer create-project wallabag/wallabag wallabag 2.0.0-alpha.2 php bin/console wallabag:install php bin/console server:run ```