From e8cfeea6985d712e33a5958583035a10472c4552 Mon Sep 17 00:00:00 2001 From: Tech <49742865+DebitCardz@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:45:15 -0400 Subject: [PATCH] docs: add jitpack to readme (#5) --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7caaa25..2cb3ad2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# ChestUI+ +# ChestUI+ [![](https://jitpack.io/v/DebitCardz/mc-chestui-plus.svg)](https://jitpack.io/#DebitCardz/mc-chestui-plus) ChestUI+ is a fork and slight recode of [**mc-chestui**](https://github.com/hazae41/mc-chestui), originally developed by, [**hazae41**](https://github.com/hazae41/). @@ -10,6 +10,32 @@ by, [**hazae41**](https://github.com/hazae41/). The primary aim of this project was to add additional features to the original project and redo a few elements to better suite my own personal needs from the project. +### Gradle + +```kts +repositories { + maven("https://jitpack.io") +} + +dependencies { + implementation("com.github.DebitCardz:mc-chestui-plus:0.0.7") +} +``` +### Maven +```xml + + jitpack.io + https://jitpack.io + + + + com.github.DebitCardz + mc-chestui-plus + 0.0.7 + + +``` + ## Supported Versions * 1.19.4 * 1.20