fix build instructions in README

This commit is contained in:
Wirlaburla 2024-11-06 14:33:17 -06:00
parent 9c42cc80fd
commit 20e45c2243

View File

@ -22,10 +22,10 @@ git clone https://git.worlio.com/Worlds_Remergence_Project/WorldsOrganizer.git
cd Worlds-Organizer cd Worlds-Organizer
``` ```
2. Run the Maven Build command 2. Run Maven
``` ```
mvn build mvn package
``` ```
The jar will be located within the target folder. The jar will be located within the target folder.