[ci skip] Correct Windows requiring path to gradlew (#9976)

* [ci skip] Correct Windows requiring path to gradlew

* Update CONTRIBUTING.md
This commit is contained in:
Tamion 2023-12-02 22:32:46 +01:00 committed by GitHub
parent 8bda1f72a5
commit 977a729eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Assuming you have already forked the repository:
1. Clone your fork to your local machine;
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.
<!--You can also run `./paper server` or `./paper api` for these same directories
respectively.