aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc
diff options
context:
space:
mode:
authorKurt Funai2013-12-07 14:13:12 -0500
committerPete Bacon Darwin2013-12-18 21:14:11 +0000
commit6e2359caa0a805365fb006927e1b02300e011705 (patch)
treed37c0c1d09064d390d0a9c71cd80a085aee7537b /docs/content/misc
parent41534816a4873b71913c936e17692931a07e3a85 (diff)
downloadangular.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.ngdoc2
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