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

Commit b226f30

Browse files
committed
Revert: revert changes to contribute.ngdoc
Reverts d9d20e6 and febda8f which sneaked in by accident
1 parent d0af0ca commit b226f30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/content/misc/contribute.ngdoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,13 @@ minified AngularJS files:
5555
# Clone your Github repository:
5656
git clone "git@github.com:<github username>/angular.js.git"
5757

58-
**Note:** You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Grunt &amp;
59-
Bower globally.
60-
6158
# Go to the AngularJS directory:
6259
cd angular.js
6360

6461
# Add the main AngularJS repository as an upstream remote to your repository:
6562
git remote add upstream "https://github.com/angular/angular.js.git"
6663

67-
# Install node.js dependencies(Note: Please check for the stable version of node before installing the essential packages):
64+
# Install node.js dependencies:
6865
npm install
6966

7067
# Install bower components:

0 commit comments

Comments
 (0)