mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
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:
parent
06ed8ef012
commit
d30845a757
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue