diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-09 17:21:42 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-09 17:21:42 +0100 |
commit | 6e2ca4d8256f9e5b14c56e68cd0f0afadfcd28dd (patch) | |
tree | 818292f1f6275081b78c4b227d49a68f20d807e6 | |
parent | ae5b37ef2e52c06182bc6edb14f6b3aae381ddb4 (diff) | |
parent | d3c0bc03cf27e1234ea98f0b307d78a991bfb36f (diff) | |
download | wallabag-6e2ca4d8256f9e5b14c56e68cd0f0afadfcd28dd.tar.gz wallabag-6e2ca4d8256f9e5b14c56e68cd0f0afadfcd28dd.tar.zst wallabag-6e2ca4d8256f9e5b14c56e68cd0f0afadfcd28dd.zip |
Merge pull request #1659 from 0wnrepo/patch-1
Update README.md with the environment parameters
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down | |||
15 | 15 | ||
16 | ``` | 16 | ``` |
17 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*alpha" --no-dev | 17 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*alpha" --no-dev |
18 | php bin/console wallabag:install | 18 | php bin/console wallabag:install --env=prod |
19 | php bin/console server:run | 19 | php bin/console server:run --env=prod |
20 | ``` | 20 | ``` |
21 | 21 | ||
22 | ## License | 22 | ## License |