Set Composer to --no-dev on install in doc
This commit is contained in:
parent
1960634797
commit
b29aafc2d9
|
@ -17,7 +17,7 @@ Composer is a popular dependency management tool for PHP projects.
|
||||||
cd /path/to
|
cd /path/to
|
||||||
git clone https://github.com/friendica/friendica-directory friendica-directory
|
git clone https://github.com/friendica/friendica-directory friendica-directory
|
||||||
cd friendica-directory
|
cd friendica-directory
|
||||||
composer install
|
composer install --no-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using a stable release archive
|
### Using a stable release archive
|
||||||
|
|
Loading…
Reference in a new issue