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