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]