mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Update README to reflect current grunt installation instructions.
This commit is contained in:
parent
b98ae8ab1d
commit
5ee4f4179c
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user