From 0a8dde0a64c3eea0a5b93560cdacc66db4a6885c Mon Sep 17 00:00:00 2001 From: Josh Enders Date: Thu, 15 Feb 2018 01:06:36 -0800 Subject: [PATCH] simplifies instructions for xcode EULA acceptance on macOS Closes #4604. PiperOrigin-RevId: 185805357 --- site/docs/install-os-x.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md index fe2c0f824f8f52..ee4cfab864d1ad 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