aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2021-11-28 16:02:52 +0100
committerMiniDigger | Martin <[email protected]>2021-11-30 19:26:33 +0100
commita372cea5d26fd21bee9b3411fbd41b7601e420f6 (patch)
tree1a414e4ec47aa3972da5c1adedc20ce45cff5a69 /README.md
parentba722a8c9d2213d9e51772d552527eb868e35c1f (diff)
downloadPaper-a372cea5d26fd21bee9b3411fbd41b7601e420f6.tar.gz
Paper-a372cea5d26fd21bee9b3411fbd41b7601e420f6.zip
Update readme, rename incremental chunk saving
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57e63dba11..a97cc1d9c7 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ How To (Compiling Jar From Source)
------
To compile Paper, you need JDK 17 and an internet connection.
-Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` from your terminal. You can find the compiled jar in the `Paper-Server/build/libs` directory.
+Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` from your terminal. You can find the compiled jar in the project root's `build/libs` directory.
To get a full list of tasks, run `./gradlew tasks`.