Skip to content

Commit

Permalink
Merge pull request #114 from ewilligers/grunt-cli-only
Browse files Browse the repository at this point in the history
No need to install grunt globally
  • Loading branch information
ewilligers committed Mar 1, 2017
2 parents fe71299 + d2f310b commit 8d8f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -7,7 +7,7 @@
1. `git submodule update --init --recursive` (Necessary for running tests.)
1. Install [node](https://nodejs.org/en/) and make sure `npm` is in your $PATH
1. Run `npm install` in the respository to pull in development dependencies.
1. Run `npm install -g grunt grunt-cli` to get the build tools for the command line.
1. Run `npm install -g grunt-cli` to get the build tools for the command line.

### Contributing

Expand Down

0 comments on commit 8d8f6e1

Please sign in to comment.