Update readme, rename incremental chunk saving

This commit is contained in:
Nassim Jahnke
2021-11-28 16:02:52 +01:00
parent 7d08c18917
commit 9077107f7d
2 changed files with 4 additions and 3 deletions

View File

@@ -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`.