added install for composer

This commit is contained in:
James 2019-08-25 09:27:36 +01:00
parent d6ca959226
commit cda81d95ae

View File

@ -1,5 +1,10 @@
# GiteaBot
Simple PHP library to interface with Gitea API Simple PHP library to interface with Gitea API
Designed to make a "Bot" for manipulating labels on issues. Designed to make a "Bot" for manipulating labels on issues.
## Install
composer create-project -s dev jh/giteabot --repository-url 'https://git.jhodges.co.uk/composer/'
## Usage
Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example) Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example)