From 22f1edaa3e0e696690b28372ccaf51bf12669765 Mon Sep 17 00:00:00 2001 From: Denis Mehilli <80055679+unldenis@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:03:42 +0100 Subject: [PATCH] Update README.MD --- README.MD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index c065bb5..4189252 100644 --- a/README.MD +++ b/README.MD @@ -12,7 +12,9 @@ HoloEasy is a simple, modern and high-performant Java and Kotlin Minecraft Holog ### Add dependency -Make sure you include the repository as well. +> [!WARNING] +> Jitpack currently returns a 'Please Sign In first' error. You can find the build of the library on the release page. + #### Maven ```xml @@ -29,8 +31,7 @@ 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. +Make sure you include the repository as well. ### Start programming (Java)