mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user