diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:34:09 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:36:32 +0100 |
commit | c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4 (patch) | |
tree | a24dd76e0f0560cb5ae19eff89d8da9870b2a102 /README.md | |
parent | 1fc8ed879459f179f840de9d0866dc4516c6eb77 (diff) | |
download | wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.gz wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.tar.zst wallabag-c7f622d3699b7f65ee75bcd5d409ad2027e9b6a4.zip |
Update readme & fix console permission
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,12 +16,11 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down | |||
16 | 16 | ||
17 | ``` | 17 | ``` |
18 | composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 | 18 | composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 |
19 | cd wallabag | 19 | php bin/console wallabag:install |
20 | php app/console wallabag:install | 20 | php bin/console server:run |
21 | php app/console server:run | ||
22 | ``` | 21 | ``` |
23 | 22 | ||
24 | ## License | 23 | ## License |
25 | Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org> | 24 | Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org> |
26 | This work is free. You can redistribute it and/or modify it under the | 25 | This work is free. You can redistribute it and/or modify it under the |
27 | terms of the MIT License. See the COPYING file for more details. | 26 | terms of the MIT License. See the COPYING file for more details. |