diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index 1648259..a2bbf2b 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -15,7 +15,7 @@ npm install grunt test cd ../crafting-guide npm install -grunt clean start +grunt clean build start ``` _**NOTE:** If you're using Windows (instead of MacOS or Linux), you'll want to perform all of these commands using the [Git for Windows](https://msysgit.github.io/) shell. You will also need to install [rsync](https://www.itefix.net/content/get-cwrsync) manually. Finally, windows users should leave out the word `sudo` from all commands._