Updated documentation about bin/composer #551

Merged
MrPetovan merged 1 commit from task/4629-move-executable-to-bin into develop 2018-03-19 15:35:48 +01:00

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.