aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-02 07:48:13 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-02-02 07:48:16 +0100
commitc5772d118fec5d5b0504c08266abcfaa21228119 (patch)
treeae0d211580922d0f274a570c2df1008be4132d6a /README.md
parent2e45e7bebcdf4e3d990f965bf04a9051343168a4 (diff)
downloadwallabag-c5772d118fec5d5b0504c08266abcfaa21228119.tar.gz
wallabag-c5772d118fec5d5b0504c08266abcfaa21228119.tar.zst
wallabag-c5772d118fec5d5b0504c08266abcfaa21228119.zip
Installation should be launch manually
Also upadte readme for v2 and define a test database (for the future)
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 38866f7a..13e730c9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,22 @@
1# what is wallabag ? 1# What is wallabag ?
2wallabag is a self hostable application allowing you to not miss any content anymore. Click, save, read it when you can. It extracts content so that you can read it when you have time. 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.
3 4
4More informations on our website: [wallabag.org](http://wallabag.org) 5More informations on our website: [wallabag.org](http://wallabag.org)
5 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
6## License 19## License
7Copyright © 2013-2014 Nicolas Lœuillet <nicolas@loeuillet.org> 20Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
8This work is free. You can redistribute it and/or modify it under the 21This work is free. You can redistribute it and/or modify it under the
9terms of the MIT License. See the COPYING file for more details. 22terms of the MIT License. See the COPYING file for more details.