Merge pull request #1659 from 0wnrepo/patch-1

Update README.md with the environment parameters
This commit is contained in:
Jeremy Benoist 2016-02-09 17:21:42 +01:00
commit 6e2ca4d825
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down
```
SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*alpha" --no-dev
php bin/console wallabag:install
php bin/console server:run
php bin/console wallabag:install --env=prod
php bin/console server:run --env=prod
```
## License