diff options
Diffstat (limited to '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 |