mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
[ci-skip] Clarify instructions in README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user