Update README

This commit is contained in:
Lukas Rieger (Blue) 2024-09-21 13:48:25 +02:00
parent 7ff993bb4b
commit 41bd685bfb
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -44,7 +44,7 @@ Here you can see how many servers are using BlueMap:
If you have git installed, simply use the command `git clone --recursive https://github.com/BlueMap-Minecraft/BlueMap.git` to clone BlueMap.
### Build
In order to build BlueMap you simply need to run the `./gradlew clean build` command in BlueMap's root directory.
In order to build BlueMap you simply need to run the `./gradlew release` command in BlueMap's root directory.
You can find the compiled JAR files in `./build/release`.
### Issues