From e708dd30ee9817a5738bd1d3feb703bde941fe99 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 14 Jul 2016 19:00:16 -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 a4725fd..46a4009 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -29,7 +29,7 @@ npm install grunt test cd ../crafting-guide npm install -grunt clean build start +./scripts/start ``` At this point, you'll have a local server running the CraftingGuide website at [http://localhost:8000]