mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:13:55 +00:00
Add an INSTALL.txt as an alternative solution to bug #520
This commit is contained in:
parent
951df82c99
commit
66334ec5cb
1 changed files with 18 additions and 0 deletions
18
INSTALL.txt
Normal file
18
INSTALL.txt
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
*********************
|
||||||
|
* Install Using Git *
|
||||||
|
*********************
|
||||||
|
|
||||||
|
To install all addons using git, cd into your top level Friendica directory and
|
||||||
|
|
||||||
|
git clone https://github.com/friendica/friendica-addons.git 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.
|
||||||
|
|
||||||
|
********************
|
||||||
|
* Install Manually *
|
||||||
|
********************
|
||||||
|
|
||||||
|
1. Download the archive (AddonName.tgz) containing the addon you want to install.
|
||||||
|
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.
|
Loading…
Reference in a new issue