From 3e02573ea0f77946f3469bdcd403d09cbf0c75af Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Sun, 25 Sep 2022 16:15:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 716f825d6..1d397392b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Use the command `./gradlew build` to build the API and server. Compiled JARs will be placed under `Purpur-API/build/libs` and `Purpur-Server/build/libs`. To get a purpurclip jar, run `./gradlew createReobfPaperclipJar`. -To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal` +To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal`. The compiled purpurclip jar will be in `build/libs/` not `Purpur-Server/build/libs`. Special Thanks To: -------------