From 977a729eb08fc6ac4b450d5e246526b9fbc90a17 Mon Sep 17 00:00:00 2001 From: Tamion <70228790+notTamion@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:32:46 +0100 Subject: [PATCH] [ci skip] Correct Windows requiring path to gradlew (#9976) * [ci skip] Correct Windows requiring path to gradlew * Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e2fc4cdf..0b0e45f29 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; +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.