mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
add --no-dev parameter to composer
This commit is contained in:
parent
fd4e8a430c
commit
6170936d5d
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ You can get the latest changes at any time with
|
|||
|
||||
cd path/to/friendica
|
||||
git pull
|
||||
bin/composer.phar install
|
||||
bin/composer.phar install --no-dev
|
||||
|
||||
The addon tree has to be updated separately like so:
|
||||
|
||||
|
|
Loading…
Reference in a new issue