From d737f93de10e552d215bf2fba182043dc9400977 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 21 Jun 2016 22:18:44 -0700 Subject: [PATCH] Updated Adding support for a new Mod (markdown) --- Adding-support-for-a-new-Mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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._