diff --git a/README.MD b/README.MD index a9f012c..c065bb5 100644 --- a/README.MD +++ b/README.MD @@ -6,12 +6,11 @@ HoloEasy is a simple, modern and high-performant Java and Kotlin Minecraft Holog
## Quickstart + ### Requirements * ProtocolLib installed on your server -### Add dependency -> [!WARNING] -> Jitpack currently returns a 'Please Sign In first' error. You can find the build of the library on the release page. +### Add dependency Make sure you include the repository as well. #### Maven @@ -30,6 +29,9 @@ Make sure you include the repository as well. implementation("com.github.unldenis:holoeasy:3.0.0") ``` +> [!WARNING] +> Jitpack currently returns a 'Please Sign In first' error. You can find the build of the library on the release page. + ### Start programming (Java) ```java