]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add -o option in composer install command
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Mar 2016 11:08:41 +0000 (12:08 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 10 Mar 2016 11:43:03 +0000 (12:43 +0100)
README.md
docs/en/user/installation.rst
docs/fr/user/installation.rst

index 4e633856efd44b98a6bacfdf8a0d79be1cef0401..6572566fb8a32b41818aea9c2f14a7d8aaad88c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Then you can install wallabag by executing the following commands:
 git clone git@github.com:wallabag/wallabag.git
 cd wallabag
 git checkout 2.0.0-beta.2
-SYMFONY_ENV=prod composer install --no-dev
+SYMFONY_ENV=prod composer install --no-dev -o
 php bin/console wallabag:install --env=prod
 php bin/console server:run --env=prod
 ```
index fe55b8040dbbac3b8bfb813d560a70a0c4d7ecba..f7c79ccf1523c3da2202ec466d4b8cbfcacb4fbc 100644 (file)
@@ -51,7 +51,7 @@ To install wallabag itself, you must run these two commands:
     git clone git@github.com:wallabag/wallabag.git
     cd wallabag
     git checkout 2.0.0-beta.2
-    SYMFONY_ENV=prod composer install --no-dev
+    SYMFONY_ENV=prod composer install --no-dev -o
     php bin/console wallabag:install --env=prod
     php bin/console server:run --env=prod
 
index 784b06fe51772d4742f9906618a27588efd0ef8c..8e8e225b58c4dda11fbb22fe4982adaa753ca48c 100644 (file)
@@ -49,7 +49,7 @@ Pour installer wallabag, vous devez exécuter ces deux commandes :
     git clone git@github.com:wallabag/wallabag.git
     cd wallabag
     git checkout 2.0.0-beta.2
-    SYMFONY_ENV=prod composer install --no-dev
+    SYMFONY_ENV=prod composer install --no-dev -o
     php bin/console wallabag:install --env=prod
     php bin/console server:run --env=prod