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

Commit d9d20e6

Browse files
sibStephenNarretz
authored andcommitted
Update contribute.ngdoc
Closes #12875
1 parent febda8f commit d9d20e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content/misc/contribute.ngdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ To build AngularJS, you clone the source code repository and use Grunt to genera
5252
minified AngularJS files:
5353

5454
```shell
55-
# Clone your Github repository(Note: Do not go with `sudo` user when cloning into this repository
56-
if not known what it does essentially, please refer https://www.linux.com/learn/tutorials/306766:linux-101-introduction-to-sudo):
55+
# Clone your Github repository:
5756
git clone "git@github.com:<github username>/angular.js.git"
5857

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+
5961
# Go to the AngularJS directory:
6062
cd angular.js
6163

0 commit comments

Comments
 (0)