Add required repository to installation instructions (#86)

* Add required repository

* Fix invalid groovy
This commit is contained in:
Xylight 2023-12-15 23:09:33 -08:00 committed by GitHub
parent 8edc9981d0
commit 8a9029c80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.github/README.md vendored
View File

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