]> git.mxchange.org Git - friendica-addons.git/blobdiff - INSTALL.txt
Merge pull request #553 from annando/osm-cache
[friendica-addons.git] / INSTALL.txt
index ec9372e84c56cb7a5b17bb7da8371cc2402b2ed8..8b248bd010465233592cfecaa955de994eea73ef 100644 (file)
@@ -4,15 +4,16 @@
 
 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 plugins 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 *
 ********************
 
-1. Download the archive (AddonName.tgz) containing the addon you want to install.
+1. Download the archive (Download ZIP button) containing the addons.
 2. Unzip the contents of the archive to your harddrive.
 3. Upload the extracted directory and all it's contents to /path/to/friendica/addon.  You will need to create the addon directory if this is the first addon you have installed.
-4. Activate the addon in the plugins section of your admin panel.
+4. Activate the addon in the addons section of your admin panel.