diff options
author | Nassim Jahnke <[email protected]> | 2021-11-28 16:02:52 +0100 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2021-11-30 19:26:33 +0100 |
commit | a372cea5d26fd21bee9b3411fbd41b7601e420f6 (patch) | |
tree | 1a414e4ec47aa3972da5c1adedc20ce45cff5a69 /README.md | |
parent | ba722a8c9d2213d9e51772d552527eb868e35c1f (diff) | |
download | Paper-a372cea5d26fd21bee9b3411fbd41b7601e420f6.tar.gz Paper-a372cea5d26fd21bee9b3411fbd41b7601e420f6.zip |
Update readme, rename incremental chunk saving
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |