diff options
| author | Will Moore | 2013-01-18 12:57:59 -0800 |
|---|---|---|
| committer | Misko Hevery | 2013-01-18 21:33:58 -0800 |
| commit | 661a7287641ef1056fe19bb2b8e3a851e08d13bd (patch) | |
| tree | 4ab02a9736e694ca99ed4f73256d4ae3f1415eb0 | |
| parent | 89303fd2dccb780bea594b16b8ec85d9f3bd8f92 (diff) | |
| download | angular.js-661a7287641ef1056fe19bb2b8e3a851e08d13bd.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.
| -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 |
