From b29aafc2d9bd968dc1a9e419b244149c141ac43c Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 17 Nov 2018 07:51:11 -0500 Subject: [PATCH] Set Composer to --no-dev on install in doc --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3215f5b..6d81a13 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ Composer is a popular dependency management tool for PHP projects. cd /path/to git clone https://github.com/friendica/friendica-directory friendica-directory cd friendica-directory -composer install +composer install --no-dev ``` ### Using a stable release archive