diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-10 09:11:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 09:11:26 +0200 |
commit | 3175e3301289b5041df9f59162f5ec5ec66c03c9 (patch) | |
tree | 089ef6677ab892b2e8425a97c71637918cf0ade2 | |
parent | 02edf0707f2f61b86b4640a16c3f2eede7d36ffe (diff) | |
download | wallabag-3175e3301289b5041df9f59162f5ec5ec66c03c9.tar.gz wallabag-3175e3301289b5041df9f59162f5ec5ec66c03c9.tar.zst wallabag-3175e3301289b5041df9f59162f5ec5ec66c03c9.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,10 +16,10 @@ Please read [the documentation to see the wallabag requirements](http://doc.wall | |||
16 | Then you can install wallabag by executing the following commands: | 16 | Then you can install wallabag by executing the following commands: |
17 | 17 | ||
18 | ``` | 18 | ``` |
19 | git clone https://github.com/wallabag/wallabag.git | 19 | git clone https://github.com/wallabag/wallabag.git |
20 | cd wallabag | 20 | cd wallabag |
21 | ./install.sh | 21 | ./install.sh |
22 | php bin/console server:run --env=prod | 22 | php bin/console server:run --env=prod |
23 | ``` | 23 | ``` |
24 | 24 | ||
25 | # License | 25 | # License |