diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-14 07:50:55 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-14 07:50:55 +0100 |
commit | 9ee44a109a93ce8af5a85fb1ba349d390623454d (patch) | |
tree | 11c299f1da60f33e0f2c52e058ad4d2fdc2299a4 /README.md | |
parent | 0aafb8dfcb098ae586dc87f3487b4948f8ae2314 (diff) | |
parent | 6663d49329beeaf553a5f28f77433869e8cb4d58 (diff) | |
download | wallabag-9ee44a109a93ce8af5a85fb1ba349d390623454d.tar.gz wallabag-9ee44a109a93ce8af5a85fb1ba349d390623454d.tar.zst wallabag-9ee44a109a93ce8af5a85fb1ba349d390623454d.zip |
Merge pull request #1574 from jjanvier/readme
Fix typo and set version in the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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? |
6 | wallabag is a self hostable application allowing you to not miss any content anymore. | 6 | wallabag is a self hostable application allowing you to not miss any content anymore. |
7 | Click, save, read it when you can. It extracts content so that you can read it when you have time. | 7 | Click, save and read it when you can. It extracts content so that you can read it when you have time. |
8 | 8 | ||
9 | More informations on our website: [wallabag.org](http://wallabag.org) | 9 | More 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 | ||
13 | Keep in mind it's an **instable** branch, everything can be broken :) | 13 | Keep in mind it's an **unstable** branch, everything can be broken :) |
14 | |||
15 | If 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 | ``` |
16 | git clone https://github.com/wallabag/wallabag.git -b v2 | 18 | composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1 |
17 | cd wallabag | 19 | cd wallabag |
18 | composer install | ||
19 | php app/console wallabag:install | 20 | php app/console wallabag:install |
20 | php app/console server:run | 21 | php app/console server:run |
21 | ``` | 22 | ``` |