Update README to reflect current grunt installation instructions.

This commit is contained in:
Ryan Sandridge 2013-05-21 15:07:26 -04:00
parent b98ae8ab1d
commit 5ee4f4179c

View File

@ -31,7 +31,7 @@ You'll need [node.js](https://nodejs.org). I recommend using
development environments.
With node installed, install [grunt](https://github.com/cowboy/grunt) using
`npm install -g grunt`, and then the rest of the test/build dependencies
`npm install -g grunt-cli`, and then the rest of the test/build dependencies
with `npm install` in the morris.js project folder.
Once you're all set up, you can compile, minify and run the tests using `grunt`.