From f6f5981553b5fd6c3710395807899317275d984e Mon Sep 17 00:00:00 2001 From: Denis Mehilli <80055679+unldenis@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:02:49 +0100 Subject: [PATCH] Update README.MD --- README.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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