From e32775ae27654a6ff24420d001f10188e58bcc87 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sat, 4 Apr 2015 10:37:04 -0700 Subject: [PATCH] Updated Adding support for a new Mod (markdown) --- Adding-support-for-a-new-Mod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index 65262da..61149e6 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -8,13 +8,13 @@ Create a fork of this repo in which to make your changes. If you're not sure ho Crafting Guide comes with a number of different command-line scripts for processing data and testing. You'll need to get your machine set up with a few command-line tools to run them before you can begin. Start by downloading [Node.js](http://nodejs.org/download/) for your OS and installing it. Next, open a terminal and navigate to your new local repo. Run the following commands to get the rest of the tools you need and build everything locally. ```bash -sudo npm install -g coffeescript +sudo npm install -g coffee-script npm install grunt clean build ./scripts/server ``` -At this point, you have a local server running the CraftingGuide website running at [http://localhost:8000] +At this point, you'll have a local server running the CraftingGuide website at [http://localhost:8000] (http://localhost:8000). As you work with your mod, you should verify your work on your local website. ## 3. Create a new directory