]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - README.md
Installation should be launch manually
[github/wallabag/wallabag.git] / README.md
... / ...
CommitLineData
1# What is wallabag ?
2wallabag is a self hostable application allowing you to not miss any content anymore.
3Click, save, read it when you can. It extracts content so that you can read it when you have time.
4
5More informations on our website: [wallabag.org](http://wallabag.org)
6
7# Want to test the v2 ?
8
9Keep in mind it's an **instable** branch, everything can be broken :)
10
11```
12git clone https://github.com/wallabag/wallabag.git -b refactor
13cd wallabag
14composer install
15php app/console wallabag:install
16php app/console server:run
17```
18
19## License
20Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
21This work is free. You can redistribute it and/or modify it under the
22terms of the MIT License. See the COPYING file for more details.