X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=927f39a8871c42493579137f49427c4e7bab1881;hb=c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4;hp=6d545ff51d0ceb72303528b809485e45f9e21981;hpb=1fc8ed879459f179f840de9d0866dc4516c6eb77;p=github%2Fwallabag%2Fwallabag.git diff --git a/README.md b/README.md index 6d545ff5..927f39a8 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,11 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down ``` composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 -cd wallabag -php app/console wallabag:install -php app/console server:run +php bin/console wallabag:install +php bin/console server:run ``` ## License -Copyright © 2013-2015 Nicolas Lœuillet +Copyright © 2013-2016 Nicolas Lœuillet This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING file for more details.