Update Grunt install instructions

The grunt package is no longer installed globally. The global runner has moved to the CLI package with Grunt in the local node_modules folder.
This commit is contained in:
Nick Schonning
2013-03-22 17:13:29 -03:00
parent 493c0c3772
commit 69bb292fc4

View File

@@ -13,4 +13,5 @@ To run unit tests, you should have a local webserver installed and pointing at y
## Linting
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt`.
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt-cli`.
More details are available on their website http://gruntjs.com/getting-started.