aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTamion <[email protected]>2023-12-02 22:32:46 +0100
committerGitHub <[email protected]>2023-12-02 13:32:46 -0800
commit977a729eb08fc6ac4b450d5e246526b9fbc90a17 (patch)
tree7f37b50b883e4667ee455c92f9c51820fed355ba /CONTRIBUTING.md
parent8bda1f72a5dfcf36b8fe8163f33dd3d3a5a938ab (diff)
downloadPaper-977a729eb08fc6ac4b450d5e246526b9fbc90a17.tar.gz
Paper-977a729eb08fc6ac4b450d5e246526b9fbc90a17.zip
[ci skip] Correct Windows requiring path to gradlew (#9976)
* [ci skip] Correct Windows requiring path to gradlew * Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1e2fc4cdf7..0b0e45f29d 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.
<!--You can also run `./paper server` or `./paper api` for these same directories
respectively.