Skip to content

Commit

Permalink
[ci skip] Correct Windows requiring path to gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
notTamion committed Nov 26, 2023
1 parent b37bbcf commit 6750b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
In the Windows Command Prompt, leave out the `./` 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.
Expand Down

0 comments on commit 6750b48

Please sign in to comment.