Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
unldenis authored Jan 31, 2024
1 parent 92f3b3f commit f6f5981
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ HoloEasy is a simple, modern and high-performant Java and Kotlin Minecraft Holog
</p>

## 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 <a href="https://jitpack.io/">repository</a> as well.
#### Maven
Expand All @@ -30,6 +29,9 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> 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
Expand Down

0 comments on commit f6f5981

Please sign in to comment.