remove referances to old examples (now in seperate repo)

This commit is contained in:
James 2019-08-26 09:51:06 +01:00
parent 22b423cd5e
commit d5c65bcb7e
2 changed files with 1 additions and 16 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
/config.php
/vendor/

View File

@ -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 <me@example.com>"
```
## 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