Set Composer to --no-dev on install in doc

This commit is contained in:
Hypolite Petovan 2018-11-17 07:51:11 -05:00
parent 1960634797
commit b29aafc2d9
1 changed files with 1 additions and 1 deletions

View File

@ -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