]> git.immae.eu Git - github/wallabag/wallabag.git/blame - README.md
Merge pull request #1164 from wallabag/v2-remove-username-in-config
[github/wallabag/wallabag.git] / README.md
CommitLineData
c5772d11
J
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.
86848edc 4
5966d2c2 5More informations on our website: [wallabag.org](http://wallabag.org)
7aa8ccc4 6
c5772d11
J
7# Want to test the v2 ?
8
9Keep in mind it's an **instable** branch, everything can be broken :)
10
11```
3bb7c5ff 12git clone https://github.com/wallabag/wallabag.git -b v2
c5772d11
J
13cd wallabag
14composer install
15php app/console wallabag:install
16php app/console server:run
17```
18
1a268ba7 19## License
c5772d11 20Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
1a268ba7 21This work is free. You can redistribute it and/or modify it under the
3602405e 22terms of the MIT License. See the COPYING file for more details.