mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Update README.md
This commit is contained in:
parent
02edf0707f
commit
3175e33012
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ Please read [the documentation to see the wallabag requirements](http://doc.wall
|
||||||
Then you can install wallabag by executing the following commands:
|
Then you can install wallabag by executing the following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/wallabag/wallabag.git
|
git clone https://github.com/wallabag/wallabag.git
|
||||||
cd wallabag
|
cd wallabag
|
||||||
./install.sh
|
./install.sh
|
||||||
php bin/console server:run --env=prod
|
php bin/console server:run --env=prod
|
||||||
```
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
Loading…
Reference in a new issue