]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - README.md
Update readme & fix console permission
[github/wallabag/wallabag.git] / README.md
index 6d545ff51d0ceb72303528b809485e45f9e21981..927f39a8871c42493579137f49427c4e7bab1881 100644 (file)
--- 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 <nicolas@loeuillet.org>
+Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org>
 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.