diff options
| author | Will Moore | 2013-01-18 12:57:59 -0800 |
|---|---|---|
| committer | Misko Hevery | 2013-01-18 21:33:10 -0800 |
| commit | d30845a7575154f004bef75f38cfde10960f2dc5 (patch) | |
| tree | 71f9f82cc14f59cec20ce885f46f36be6996b8d3 /docs/content/misc/contribute.ngdoc | |
| parent | 06ed8ef0127bf80610eba17b5021d1f483d0b0bf (diff) | |
| download | angular.js-d30845a7575154f004bef75f38cfde10960f2dc5.tar.bz2 | |
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.
Diffstat (limited to 'docs/content/misc/contribute.ngdoc')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index bab8ae2e..78b23d9b 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -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 |
