docs(contribute): adding npm install to step-by-step

npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.
This commit is contained in:
Will Moore 2013-01-18 12:57:59 -08:00 committed by Misko Hevery
parent 06ed8ef012
commit d30845a757

View file

@ -123,7 +123,11 @@ minified AngularJS files:
git remote add upstream https://github.com/angular/angular.js.git
4. To build AngularJS, run:
4. To add node.js dependencies
npm install
5. To build AngularJS, run:
rake package