Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-14 20:10:05 +01:00
[ci skip] Correct Windows requiring path to gradlew (#9976)
* [ci skip] Correct Windows requiring path to gradlew * Update CONTRIBUTING.md
Dieser Commit ist enthalten in:
Ursprung
8bda1f72a5
Commit
977a729eb0
@ -67,7 +67,7 @@ Assuming you have already forked the repository:
|
|||||||
|
|
||||||
1. Clone your fork to your local machine;
|
1. Clone your fork to your local machine;
|
||||||
2. Type `./gradlew applyPatches` in a terminal to apply the changes from upstream.
|
2. Type `./gradlew applyPatches` in a terminal to apply the changes from upstream.
|
||||||
On Windows, leave out the `./` at the beginning for all `gradlew` commands;
|
On Windows, replace the `./` with `.\` at the beginning for all `gradlew` commands;
|
||||||
3. cd into `Paper-Server` for server changes, and `Paper-API` for API changes.
|
3. cd into `Paper-Server` for server changes, and `Paper-API` for API changes.
|
||||||
<!--You can also run `./paper server` or `./paper api` for these same directories
|
<!--You can also run `./paper server` or `./paper api` for these same directories
|
||||||
respectively.
|
respectively.
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren