[ci-skip] Clarify instructions in README.md

This commit is contained in:
BillyGalbreath
2022-09-06 07:34:28 -05:00
parent dca1dec832
commit 8d152b704b

View File

@@ -89,12 +89,16 @@ Yes, this also includes all API provided by Paper, Spigot, and Bukkit.
## Building and setting up ## Building and setting up
#### Initial setup #### Initial setup
Run the following command in the root directory: First, <u>clone</u> this repository. Do not download it.
Then run the following command in the root directory:
``` ```
./gradlew applyPatches ./gradlew applyPatches
``` ```
The project is now ready for use in your IDE.
#### Creating a patch #### Creating a patch
Patches are effectively just commits in either `Purpur-API` or `Purpur-Server`. Patches are effectively just commits in either `Purpur-API` or `Purpur-Server`.
To create one, just add a commit to either repo and run `./gradlew rebuildPatches`, and a To create one, just add a commit to either repo and run `./gradlew rebuildPatches`, and a