From 196c1a8d994a88458ebc9e56525b9ee8a1dd50bc Mon Sep 17 00:00:00 2001 From: Yomamaeatstoes <114538961+Yomamaeatstoes@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:12:46 -0500 Subject: [PATCH] Update README.md (#182) Have Build instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03df8a1..54ca132 100644 --- a/README.md +++ b/README.md @@ -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)!