mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 20:31:52 +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
89303fd2dc
commit
661a728764
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
|
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
|
rake package
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue