X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL.txt;h=8b248bd010465233592cfecaa955de994eea73ef;hb=7afef6b87f30c3e5fbad12de7c4980b7bab47f27;hp=f45e86b80115836c1546a2666d3c90eae9ab2d7c;hpb=adef3fd6906ef5117c5a4873a4ba9768d693f1d0;p=friendica-addons.git diff --git a/INSTALL.txt b/INSTALL.txt index f45e86b8..8b248bd0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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 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 * @@ -15,4 +16,4 @@ This will clone the entire repository in a directory called addon. They can now 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.