diff --git a/README.md b/README.md index b124f37..79f8cfd 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -A scriptable Java library for chatbots \ No newline at end of file +A scriptable Java library for chatbots + +## Download +- Maven repository: `https://git.m724.eu/api/packages/Minecon724/maven` +- Artifact: `eu.m724:chatapi` +- Version tags: [here](https://git.m724.eu/Minecon724/chatapi/tags) (`1.0` at the time of writing) + +(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi)) + +## Use +See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage \ +And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources \ No newline at end of file