diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e2fc4cdf7c8..c82af8c6d50e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.