X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=f96e2b8c782f0cea0084bdf9c002f0b4f432807c;hb=refs%2Ftags%2F2.1.6.1;hp=8de3279def1a161ce11a1f21992030d21d5e3022;hpb=3175e3301289b5041df9f59162f5ec5ec66c03c9;p=github%2Fwallabag%2Fwallabag.git diff --git a/README.md b/README.md index 8de3279d..f96e2b8c 100644 --- 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 +Copyright © 2013-2017 Nicolas Lœuillet 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.