aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar Josh Enders <josh.enders@gmail.com>2018-02-15 01:06:36 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-15 01:09:43 -0800
commit0a8dde0a64c3eea0a5b93560cdacc66db4a6885c (patch)
tree3997fe3dfe95bba42b3a95318c77baf058d120d4 /site/docs/install-os-x.md
parentae0db2bf5fc15960224bb42b92a92e4cc3f1bb30 (diff)
simplifies instructions for xcode EULA acceptance on macOS
Closes #4604. PiperOrigin-RevId: 185805357
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index fe2c0f824f..ee4cfab864 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -69,11 +69,11 @@ their App Store).
For `objc_*` and `ios_*` rule support, you must have Xcode 6.1 or later with iOS
SDK 8.1 installed on your system.
-Once XCode is installed you can trigger signing the license with the following
-command:
+Once XCode is installed, you can agree to the license agreement for all users with
+the following command:
```
-sudo gcc --version
+sudo xcodebuild -license accept
```
### 2. Download the Bazel installer