From feef80acbc6a382ac535d6ff544b553fec5ed1c6 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 13 Jan 2016 01:44:04 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09904e0f4..c829aaf06 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A tool suite for DMs to use for D&D 1. Clone down the repo 1. In your terminal, head to the repo 1. Run `npm install` to get all the dependacies +2. Run `npm install -g gulp` to install the gulp build tool 1. Run `gulp fresh`, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) 1. Run `gulp` to run the project locally. Should be accessible at `localhost:8000`