aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJulien Janvier (jjanvier) <j.janvier@gmail.com>2016-01-14 00:41:08 +0100
committerJulien Janvier (jjanvier) <j.janvier@gmail.com>2016-01-14 00:47:17 +0100
commit6663d49329beeaf553a5f28f77433869e8cb4d58 (patch)
tree11c299f1da60f33e0f2c52e058ad4d2fdc2299a4 /README.md
parent0aafb8dfcb098ae586dc87f3487b4948f8ae2314 (diff)
downloadwallabag-6663d49329beeaf553a5f28f77433869e8cb4d58.tar.gz
wallabag-6663d49329beeaf553a5f28f77433869e8cb4d58.tar.zst
wallabag-6663d49329beeaf553a5f28f77433869e8cb4d58.zip
Fix typo and set version in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 34f60b90..6d545ff5 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,21 @@
2[![Code Coverage](https://scrutinizer-ci.com/g/wallabag/wallabag/badges/coverage.png?b=v2)](https://scrutinizer-ci.com/g/wallabag/wallabag/?branch=v2) 2[![Code Coverage](https://scrutinizer-ci.com/g/wallabag/wallabag/badges/coverage.png?b=v2)](https://scrutinizer-ci.com/g/wallabag/wallabag/?branch=v2)
3[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/wallabag/wallabag/badges/quality-score.png?b=v2)](https://scrutinizer-ci.com/g/wallabag/wallabag/?branch=v2) 3[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/wallabag/wallabag/badges/quality-score.png?b=v2)](https://scrutinizer-ci.com/g/wallabag/wallabag/?branch=v2)
4 4
5# What is wallabag ? 5# What is wallabag?
6wallabag is a self hostable application allowing you to not miss any content anymore. 6wallabag is a self hostable application allowing you to not miss any content anymore.
7Click, save, read it when you can. It extracts content so that you can read it when you have time. 7Click, save and read it when you can. It extracts content so that you can read it when you have time.
8 8
9More informations on our website: [wallabag.org](http://wallabag.org) 9More informations on our website: [wallabag.org](http://wallabag.org)
10 10
11# Want to test the v2 ? 11# Want to test the v2?
12 12
13Keep in mind it's an **instable** branch, everything can be broken :) 13Keep in mind it's an **unstable** branch, everything can be broken :)
14
15If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands:
14 16
15``` 17```
16git clone https://github.com/wallabag/wallabag.git -b v2 18composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1
17cd wallabag 19cd wallabag
18composer install
19php app/console wallabag:install 20php app/console wallabag:install
20php app/console server:run 21php app/console server:run
21``` 22```