From fb70a1a998357f718ea69b9632d01429c341f23b Mon Sep 17 00:00:00 2001 From: BlackDragon-B <59388636+BlackDragon-B@users.noreply.github.com> Date: Sat, 18 Jul 2020 19:59:52 +0200 Subject: [PATCH] Added Windows thing. (#500) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9146d2e3..fdd97675e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ ## Reporting issues ## Developing In order to develop CC: Tweaked, you'll need to download the source code and then run it. This is a pretty simple -process. +process. When building on Windows, Use `gradlew.bat` instead of `./gradlew`. - **Clone the repository:** `git clone https://github.com/SquidDev-CC/CC-Tweaked.git && cd CC-Tweaked` - **Setup Forge:** `./gradlew build`