From d5c65bcb7e84d09ecdb6f6c084c4438104231099 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 26 Aug 2019 09:51:06 +0100 Subject: [PATCH] remove referances to old examples (now in seperate repo) --- .gitignore | 2 -- README.md | 15 +-------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index c30df37..57872d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/config.php - /vendor/ diff --git a/README.md b/README.md index abe1172..84d2cfd 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,8 @@ Simple PHP library to interface with Gitea API Designed to make a "Bot" for manipulating labels on issues. -## Create New Project (optional) -You only need to do this if you don't already have a composer project. Use the following commands, or create your composer.json manually. -```bash -mkdir bot -cd bot -composer init -n --name "acme/bot" --description "my bot!" --author "Me " -``` - -## Install -```bash -composer config repositories.repo-name vcs https://git.jhodges.co.uk/composer/ -composer require jh/giteabot:dev-composer -``` ## Usage -Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example) +For usage examples see https://git.jhodges.co.uk/james/GiteaBot-examples