gruntjs / gruntjs.com

Grunt website
https://gruntjs.com
Other
155 stars 84 forks source link

Add an example on installing a grunt plugin through npm #139

Closed leobalter closed 10 years ago

leobalter commented 10 years ago

This is based on the results from the google analytics and heatmaps analysis.

On the Installing Grunt and gruntplugins section of the Getting started page, we could add a simple example on how to install a gruntplugin.

npm install grunt-contrib-jshint --save-dev