Updated documentation about bin/composer
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 19 Mar 2018 03:59:11 +0000 (23:59 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 19 Mar 2018 03:59:11 +0000 (23:59 -0400)
INSTALL.txt

index 8b248bd..5ea0c9a 100644 (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.