diff options
| author | Kurt Funai | 2013-12-07 14:13:12 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-18 21:14:11 +0000 | 
| commit | 6e2359caa0a805365fb006927e1b02300e011705 (patch) | |
| tree | d37c0c1d09064d390d0a9c71cd80a085aee7537b /docs/content/misc | |
| parent | 41534816a4873b71913c936e17692931a07e3a85 (diff) | |
| download | angular.js-6e2359caa0a805365fb006927e1b02300e011705.tar.bz2 | |
docs(contribute): you may need sudo to install globally on unix systems
Closes #5318
Diffstat (limited to 'docs/content/misc')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 6a7d6f6d..6713a06f 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -46,6 +46,8 @@ and included in your {@link http://docs.oracle.com/javase/tutorial/essential/env    npm install -g bower    ``` +**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.  ## Forking Angular on Github | 
