readme update

This commit is contained in:
David Miller 2014-09-11 03:30:01 -04:00
parent 38bed8bd1a
commit 7f990624a2

View File

@ -10,4 +10,6 @@ You can use the source files within this repo to customize the Agency theme. You
- Clone the repo - Clone the repo
- Run `npm install` in the root directory - 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. - 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.*