Skip to content

Commit

Permalink
simplifies instructions for xcode EULA acceptance on macOS
Browse files Browse the repository at this point in the history
Closes #4604.

PiperOrigin-RevId: 185805357
  • Loading branch information
joshenders authored and Copybara-Service committed Feb 15, 2018
1 parent ae0db2b commit 0a8dde0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/docs/install-os-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a8dde0

Please sign in to comment.