aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:34:09 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:36:32 +0100
commitc7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 (patch)
treea24dd76e0f0560cb5ae19eff89d8da9870b2a102 /README.md
parent1fc8ed879459f179f840de9d0866dc4516c6eb77 (diff)
downloadwallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.gz
wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.zst
wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.zip
Update readme & fix console permission
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
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
16 16
17``` 17```
18composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 18composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1
19cd wallabag 19php bin/console wallabag:install
20php app/console wallabag:install 20php bin/console server:run
21php app/console server:run
22``` 21```
23 22
24## License 23## License
25Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org> 24Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org>
26This work is free. You can redistribute it and/or modify it under the 25This work is free. You can redistribute it and/or modify it under the
27terms of the MIT License. See the COPYING file for more details. 26terms of the MIT License. See the COPYING file for more details.