From a972e9aee0f66287a3871b1b5545fd0fb64bb8fc Mon Sep 17 00:00:00 2001 From: Frank van der Heijden Date: Fri, 8 Jan 2021 10:27:15 +0100 Subject: [PATCH] Update README.md with correct build output folder --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbf2807..21dd424 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,8 @@ For the full description of this plugin, please refer to the ServerUtils [Spigot ## How to run the project? 1. Make sure you have [gradle][gradleInstall] installed. -2. Run the project with `gradle build` to compile all submodules with dependencies. -3. The platform specific plugins are located at - `/build/libs/ServerUtils---all.jar`. - The global platform independent plugin which will run on all platforms can be found at - `build/libs/ServerUtils--all.jar`. +2. Run the project with `gradle clean build` to compile all submodules with dependencies. +3. Afterwards, the platform specific plugins and platform independent compiled jars can be found in the `jars/` directory. ## Commands and Permissions Please refer to the [SpigotMC][spigot] page for an updated overview of the commands and permissions.