Skip to content

Commit 8d8f6e1

Browse files
authored
Merge pull request #114 from ewilligers/grunt-cli-only
No need to install grunt globally
2 parents fe71299 + d2f310b commit 8d8f6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. `git submodule update --init --recursive` (Necessary for running tests.)
88
1. Install [node](https://nodejs.org/en/) and make sure `npm` is in your $PATH
99
1. Run `npm install` in the respository to pull in development dependencies.
10-
1. Run `npm install -g grunt grunt-cli` to get the build tools for the command line.
10+
1. Run `npm install -g grunt-cli` to get the build tools for the command line.
1111

1212
### Contributing
1313

0 commit comments

Comments
 (0)