aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-01-15 15:38:31 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-01-15 15:38:31 +0100
commit1930c19d8214c05ceefac5ac011a6b6e7e4a983d (patch)
tree8f07ffa139c7c2e883a560ef7dbb35a76adfb8dd /README.md
parent790573d45899504bdecd2573c8f64018e23b139e (diff)
parent131eaa3e94ace8d75d6218e5c7c3aa58d5bb5009 (diff)
downloadwallabag-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.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.