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

index dd48309..1d94926 100644 (file)
@@ -57,7 +57,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
 
     git clone https://github.com/friendica/friendica.git -b master mywebsite
     cd mywebsite
-    bin/composer.phar install
+    bin/composer.phar install --no-dev
 
 Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case `www-data`