From cda81d95aedb821961a750e1c4276573bf207349 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 25 Aug 2019 09:27:36 +0100 Subject: [PATCH] added install for composer --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43158f1..052e992 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +# GiteaBot Simple PHP library to interface with Gitea API 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) + +