]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update README.md with the environment parameters 1659/head
author0wnrepo <0wnrepo@users.noreply.github.com>
Tue, 9 Feb 2016 14:30:32 +0000 (16:30 +0200)
committer0wnrepo <0wnrepo@users.noreply.github.com>
Tue, 9 Feb 2016 14:30:32 +0000 (16:30 +0200)
README.md

index 07b4cb786790ee9acc45a735603e393ed0cc425b..39d497d8f7a7e65c25ebf0b5b5a2f753f93e11f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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