diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -17,9 +17,8 @@ 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 && make install |
21 | ./install.sh | 21 | make run |
22 | php bin/console server:run --env=prod | ||
23 | ``` | 22 | ``` |
24 | 23 | ||
25 | # License | 24 | # License |