From 23c8d7e30208db68f4940db5f267e646ac7b9a9c Mon Sep 17 00:00:00 2001 From: softmetz <47755368+softmetz@users.noreply.github.com> Date: Mon, 18 Feb 2019 22:34:05 +0100 Subject: [PATCH] add --no-dev parameter to composer --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`