X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=b92810c74d3457e2e8e29843093df531072312c4;hb=ea3b573653aeb2c48fcaa52b4dd80e70cae4ea7b;hp=590696c136f68ab6485b1cf600b0e54027f79f3c;hpb=e43d27f8450dcdf79850e935b762ac390a19dd63;p=github%2Fwallabag%2Fwallabag.git diff --git a/README.md b/README.md index 590696c1..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.*@alpha +composer create-project wallabag/wallabag wallabag "2.0.*@alpha" php bin/console wallabag:install php bin/console server:run ```