diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,10 +19,11 @@ Then you can install wallabag by executing the following commands: | |||
19 | 19 | ||
20 | ``` | 20 | ``` |
21 | git clone https://github.com/wallabag/wallabag.git | 21 | git clone https://github.com/wallabag/wallabag.git |
22 | cd wallabag && make install | 22 | cd wallabag && make install |
23 | make run | ||
24 | ``` | 23 | ``` |
25 | 24 | ||
25 | Now, [configure a virtual host](https://doc.wallabag.org/en/admin/installation/virtualhosts.html) to use your wallabag. | ||
26 | |||
26 | # License | 27 | # License |
27 | Copyright © 2013-2018 Nicolas Lœuillet <nicolas@loeuillet.org> | 28 | Copyright © 2013-2018 Nicolas Lœuillet <nicolas@loeuillet.org> |
28 | This work is free. You can redistribute it and/or modify it under the | 29 | This work is free. You can redistribute it and/or modify it under the |