Skip to content

Commit d25f7b4

Browse files
committed
README: Fix Grunt installation command
1 parent aec1777 commit d25f7b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ the change, run `grunt` to lint and test it, then commit, push and create a pull
3333
Include some background for the change in the commit message and `Fixes #nnn`, referring
3434
to the issue number you're addressing.
3535

36-
To run `grunt`, you need `node` and `npm`, then `npm install grunt -g`. That gives you a global
37-
grunt binary. For additional grunt tasks, also run `npm install`.
36+
To run `grunt`, you need [Node.js](http://nodejs.org/download/), which includes `npm`, then `npm install -g grunt-cli`. That gives you a global grunt binary. For additional grunt tasks, also run `npm install`.
3837

3938
## Releases
4039

0 commit comments

Comments
 (0)