From c1d6c45cafdc69c00de1ba5ade9f3a3cfe03ba6e Mon Sep 17 00:00:00 2001
From: LMBishop <13875753+LMBishop@users.noreply.github.com>
Date: Thu, 10 Jun 2021 17:50:35 +0100
Subject: Update readme
---
README.md | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 43074d79..dd089721 100644
--- a/README.md
+++ b/README.md
@@ -21,20 +21,20 @@ Alternatively, you can build Quests via Gradle. Release versions of Quests are b
### Custom Task
Creating new Task Types within Quests is supported, [see the wiki](https://github.com/LMBishop/Quests/wiki/New-Task-Type) for help.
-You can include quests in your project using [JitPack](https://jitpack.io/#LMBishop/Quests) as a repository.
+Quests can be found on the Maven repository listed below, or alternatively on [JitPack](https://jitpack.io/#LMBishop/Quests).
+For versions from `repo.leonardobishop.com`, the **version number corresponds to the release version**. Please see Spigot for the latest release number.
### Maven
```xml
- jitpack.io
- https://jitpack.io
+ repo.leonardobishop.com
+ https://repo.leonardobishop.com/releases/
-```
-```xml
+
- com.github.LMBishop
- Quests
- master-SNAPSHOT
+ com.leonardobishop
+ quests
+ 2.18
provided
```
@@ -42,10 +42,11 @@ You can include quests in your project using [JitPack](https://jitpack.io/#LMBis
### Gradle
```groovy
repositories {
- maven { url = 'https://jitpack.io' }
-}
+ maven { url = uri('https://repo.leonardobishop.com/releases/') }
+}
+
dependencies {
- compileOnly 'com.github.LMBishop:Quests:master-SNAPSHOT'
+ compileOnly 'com.leonardobishop:quests:2.18'
}
```
--
cgit v1.2.3-70-g09d2