diff options
| author | Tatham Oddie | 2013-11-08 14:13:12 +1100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-13 21:24:08 +0000 |
| commit | afbed10febc4d54e2083d0d0a0eb241b079aa392 (patch) | |
| tree | f8b31c552174cf3d86391ca7d148373edf92b4d1 /docs/content/misc/contribute.ngdoc | |
| parent | f69ee170ed1eb2ba3fdde5d91760d2b139b41a4c (diff) | |
| download | angular.js-afbed10febc4d54e2083d0d0a0eb241b079aa392.tar.bz2 | |
docs(contribute): justify note about elevation on Windows
This message needs a justification. Without one, it's like asking somebody
on *nix to run everything under sudo 'just because'.
Closes #4832
Diffstat (limited to 'docs/content/misc/contribute.ngdoc')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 04ebb410..3522f779 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -81,8 +81,8 @@ grunt package <div class="alert alert-warning"> -**Note:** If you're using Windows you must run your command line with administrative privileges (right click, run as -Administrator). +**Note:** If you're using Windows, you must use an elevated command prompt (right click, run as +Administrator). This is because `grunt package` creates some symbolic links. </div> The build output can be located under the `build` directory. It consists of the following files and |
