From: softmetz <47755368+softmetz@users.noreply.github.com> Date: Mon, 18 Feb 2019 21:34:05 +0000 (+0100) Subject: add --no-dev parameter to composer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=23c8d7e30208db68f4940db5f267e646ac7b9a9c;p=friendica.git add --no-dev parameter to composer --- diff --git a/doc/Install.md b/doc/Install.md index dd483095c4..1d94926ea5 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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`