From ffb33526f1635164c25165ac4ee95f2df52b73ec Mon Sep 17 00:00:00 2001 From: Xylight <80978739+Xyphyn@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:09:33 -0800 Subject: [PATCH] Add required repository to installation instructions (#86) * Add required repository * Fix invalid groovy (cherry picked from commit 8a9029c80cd07211f19e10bf00b8c98e0fce4229) --- .github/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/README.md b/.github/README.md index 68218b6ce..f744c8813 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,6 +37,7 @@ and can be installed like the following (Gradle/Groovy): ```groovy repositories { mavenCentral() + maven { url 'https://jitpack.io' } } dependencies {