Skip to content

Commit

Permalink
Fix contribution docs about gulp-cli (chartjs#5968)
Browse files Browse the repository at this point in the history
Update the docs so that only gulp-cli is installed globally
  • Loading branch information
mojoaxel authored and simonbrunel committed Jan 9, 2019
1 parent de9625e commit d7e7395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/contributing.md
Expand Up @@ -22,7 +22,7 @@ Firstly, we need to ensure development dependencies are installed. With node and

```bash
> npm install
> npm install -g gulp
> npm install -g gulp-cli
```

This will install the local development dependencies for Chart.js, along with a CLI for the JavaScript task runner <a href="https://gulpjs.com/" target="_blank">gulp</a>.
Expand Down

0 comments on commit d7e7395

Please sign in to comment.