]> git.mxchange.org Git - friendica-addons.git/blobdiff - INSTALL.txt
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
[friendica-addons.git] / INSTALL.txt
index c06b08e21f70462a7826ec83d99d6ffd13558b19..8b248bd010465233592cfecaa955de994eea73ef 100644 (file)
@@ -4,9 +4,10 @@
 
 To install all addons using git, cd into your top level Friendica directory and
 
-git clone https://github.com/friendica/friendica-addons.git addon
+       git clone https://github.com/friendica/friendica-addons.git addon
+       util/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.
+This will clone the entire repository in a directory called addon. They can now be activated in the addons section of your admin panel.
 
 ********************
 * Install Manually *