From 02ef475267f08daec5b2def086e426d78a72275d Mon Sep 17 00:00:00 2001 From: Oskar Nordling Date: Mon, 10 Feb 2025 00:28:48 +0100 Subject: [PATCH] #39: improve build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44d2174..23f6e08 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ the [LICENSE file](https://github.com/oskar3123/StaffChat/blob/master/LICENSE). To build this yourself just clone the repository and run the `shadowJar` task with the Gradle Wrapper. +The plugin jar-file can be found inside the `build/libs` folder after building. + ### Windows ```bat