Add required repository to installation instructions (#86)

* Add required repository

* Fix invalid groovy

(cherry picked from commit 8a9029c80c)
This commit is contained in:
Xylight 2023-12-15 23:09:33 -08:00 committed by Matt Worzala
parent 0920b90195
commit ffb33526f1
1 changed files with 1 additions and 0 deletions

1
.github/README.md vendored
View File

@ -37,6 +37,7 @@ and can be installed like the following (Gradle/Groovy):
```groovy
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {