Update README.md (#182)

Have Build instructions
This commit is contained in:
Yomamaeatstoes 2023-12-29 12:12:46 -05:00 committed by GitHub
parent d79c4c4c90
commit 196c1a8d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,12 @@ BetterRTP uses and is compiled with the following libraries:
- [PaperLib](https://github.com/PaperMC/PaperLib) (included) - Library for interfacing with PaperMC specific APIs, used for async chunk loading.
- [FoliaLib](https://github.com/TechnicallyCoded/FoliaLib) (included) - Library for interfacing with Folia specific APIs, used for cross-platform timers.
## Build instructions on Ubuntu
mvn clean install
The file will be in the Target file.
## Where's the Wiki?
The wiki is available [here](../../wiki)!