diff options
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. |