Skip to content

Commit 7cb536a

Browse files
committed
No need to install grunt globally
Our CONTRIBUTING.md was instructing people to install grunt globally. This isn't necessary. Each project can use its own version of grunt. Only grunt-cli needs to be installed globally.
1 parent fe71299 commit 7cb536a

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)