Merge pull request #551 from MrPetovan/task/4629-move-executable-to-bin

Updated documentation about bin/composer
pull/558/merge
Tobias Diekershoff 2018-03-19 15:35:47 +01:00 committed by GitHub
commit ccd4d1420b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
To install all addons using git, cd into your top level Friendica directory and
git clone https://github.com/friendica/friendica-addons.git addon
util/composer.phar install -d addon
bin/composer.phar install -d addon
This will clone the entire repository in a directory called addon. They can now be activated in the addons section of your admin panel.