Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d30845a

Browse files
Will Mooremhevery
Will Moore
authored andcommitted
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.
1 parent 06ed8ef commit d30845a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/content/misc/contribute.ngdoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ minified AngularJS files:
123123

124124
git remote add upstream https://github.com/angular/angular.js.git
125125

126-
4. To build AngularJS, run:
126+
4. To add node.js dependencies
127+
128+
npm install
129+
130+
5. To build AngularJS, run:
127131

128132
rake package
129133

0 commit comments

Comments
 (0)