From 41bd685bfb7c667212cfd3793899a9ef6577a35e Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Sat, 21 Sep 2024 13:48:25 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8e7f11..f5de0777 100644 --- a/README.md +++ b/README.md @@ -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