From e3fc3fd4caa9ebf0f2dcc89fb528bffa2e95b0a3 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 5 Feb 2016 11:32:44 +0800 Subject: Fix project version in installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3