diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-01-15 15:38:31 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-01-15 15:38:31 +0100 |
commit | 1930c19d8214c05ceefac5ac011a6b6e7e4a983d (patch) | |
tree | 8f07ffa139c7c2e883a560ef7dbb35a76adfb8dd /README.md | |
parent | 790573d45899504bdecd2573c8f64018e23b139e (diff) | |
parent | 131eaa3e94ace8d75d6218e5c7c3aa58d5bb5009 (diff) | |
download | wallabag-1930c19d8214c05ceefac5ac011a6b6e7e4a983d.tar.gz wallabag-1930c19d8214c05ceefac5ac011a6b6e7e4a983d.tar.zst wallabag-1930c19d8214c05ceefac5ac011a6b6e7e4a983d.zip |
Merge pull request #1524 from wallabag/sf2.8
Upgrade to Symfony 3.0
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. |