diff options
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 |
