From 6750b4855de0a724f349a6ecd511a83ebe48e46f Mon Sep 17 00:00:00 2001 From: Tamion <70228790+notTamion@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:01:06 +0100 Subject: [PATCH] [ci skip] Correct Windows requiring path to gradlew --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.