[Composer] Add abraham/twitteroauth dependency

- Add vendor to .gitignore
- Add install step for addons
This commit is contained in:
Hypolite Petovan 2018-01-27 17:17:49 -05:00
parent f96a41a411
commit 0927c20007
4 changed files with 89 additions and 3 deletions

View 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 *