aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 048315c0..c9488288 100644
--- a/README.md
+++ b/README.md
@@ -6,23 +6,22 @@
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 and 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](https://wallabag.org) 9More information on our website: [wallabag.org](https://wallabag.org).
10
11![wallabag logo](https://raw.githubusercontent.com/wallabag/logo/master/_default/typo-horizontal/png/sm/logo-typo-horizontal-black-no-bg-no-border-sm.png)
10 12
11# Install wallabag 13# Install wallabag
14Please read [the documentation to see the wallabag requirements](http://doc.wallabag.org/en/master/user/installation.html#requirements).
12 15
13If you don't have it yet, please [install composer](https://getcomposer.org/download/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that). Read [our documentation](http://doc.wallabag.org) to have more information about installation.
14Then you can install wallabag by executing the following commands: 16Then you can install wallabag by executing the following commands:
15 17
16``` 18```
17 git clone https://github.com/wallabag/wallabag.git 19git clone https://github.com/wallabag/wallabag.git
18 cd wallabag 20cd wallabag && make install
19 git checkout 2.1.1 21make run
20 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
21 php bin/console wallabag:install --env=prod
22 php bin/console server:run --env=prod
23``` 22```
24 23
25## License 24# License
26Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org> 25Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org>
27This work is free. You can redistribute it and/or modify it under the 26This work is free. You can redistribute it and/or modify it under the
28terms of the MIT License. See the COPYING file for more details. 27terms of the MIT License. See the COPYING file for more details.