add --no-dev parameter to composer
authorsoftmetz <47755368+softmetz@users.noreply.github.com>
Mon, 18 Feb 2019 21:38:48 +0000 (22:38 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Feb 2019 21:38:48 +0000 (22:38 +0100)
doc/Update.md

index 17c2d0e..7b7ccf7 100644 (file)
@@ -21,7 +21,7 @@ You can get the latest changes at any time with
 
     cd path/to/friendica
     git pull
-    bin/composer.phar install
+    bin/composer.phar install --no-dev
 
 The addon tree has to be updated separately like so:
 
@@ -69,4 +69,4 @@ DROP TABLE <table_name>;
 RENAME TABLE <table_name>_new TO <table_name>;
 ```
 
-This method is slower overall, but it is better suited for large numbers of duplicates.
\ No newline at end of file
+This method is slower overall, but it is better suited for large numbers of duplicates.