diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index b3f125f4dd63..48b60a1b4f89 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -64,13 +64,16 @@ minified AngularJS files: # Clone your Github repository: git clone "git@github.com:/angular.js.git" +**Note:** You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Grunt & +Bower globally. + # Go to the AngularJS directory: cd angular.js # Add the main AngularJS repository as an upstream remote to your repository: git remote add upstream "https://github.com/angular/angular.js.git" -# Install node.js dependencies: +# Install node.js dependencies(Note: Please check for the stable version of node before installing the essential packages): npm install # Install bower components: