From 7f990624a28fcc655a7afaba9548aa057da93417 Mon Sep 17 00:00:00 2001 From: David Miller Date: Thu, 11 Sep 2014 03:30:01 -0400 Subject: [PATCH] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fadbacb..b694f83 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ You can use the source files within this repo to customize the Agency theme. You - Clone the repo - Run `npm install` in the root directory -- After all of the node modules are installed you can either edit files and then run `grunt` to build the new dist folder, or you can run `grunt watch` which will tell Grunt to watch specified files for changes, and update the files in the dist folder automatically. \ No newline at end of file +- After all of the node modules are installed you can either edit files and then run `grunt` to build the new dist folder, or you can run `grunt watch` which will tell Grunt to watch specified files for changes, and update the files in the dist folder automatically. + +*Note: You will need to have Node Package Manager (npm) and Grunt installed globally in order to perform the tasks outlined above.* \ No newline at end of file