]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - README.md
Release wallabag 2.1.6.1
[github/wallabag/wallabag.git] / README.md
index 8de3279def1a161ce11a1f21992030d21d5e3022..f96e2b8c782f0cea0084bdf9c002f0b4f432807c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,12 +17,11 @@ Then you can install wallabag by executing the following commands:
 
 ```
 git clone https://github.com/wallabag/wallabag.git
-cd wallabag
-./install.sh
-php bin/console server:run --env=prod
+cd wallabag && make install
+make run
 ```
 
 # License
-Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org>
+Copyright © 2013-2017 Nicolas Lœuillet <nicolas@loeuillet.org>
 This work is free. You can redistribute it and/or modify it under the
 terms of the MIT License. See the COPYING file for more details.