Skip to content

Commit 5be744b

Browse files
xaircorediemol
authored andcommitted
Fix Xcode typo (#7655)
1 parent c453b53 commit 5be744b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To list all available targets, you can append the `-T` flag:
109109
* [Python](https://www.python.org/)
110110
* `python` on the PATH
111111
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
112-
* MacOS users should have the latest version of XCode installed, including the command-line tools.
112+
* MacOS users should have the latest version of Xcode installed, including the command-line tools.
113113
The following command should work:
114114

115115
```bash
@@ -271,26 +271,26 @@ brew uninstall bazel; \
271271
brew install bazelbuild/tap/bazelisk
272272
```
273273

274-
#### XCode
274+
#### Xcode
275275

276-
If you're getting errors that mention XCode, you'll need to install the command-line tools.
276+
If you're getting errors that mention Xcode, you'll need to install the command-line tools.
277277

278278
Bazel for Mac requires some additional steps to configure properly. First things first: use
279279
the Bazelisk project (courtesy of philwo), a pure golang implementation of Bazel. In order to
280-
install Bazelisk, first verify that your XCode will cooperate: execute the following command:
280+
install Bazelisk, first verify that your Xcode will cooperate: execute the following command:
281281

282282
`xcode-select -p`
283283

284284
If the value is `/Applications/Xcode.app/Contents/Developer/`, you can proceed with bazelisk
285285
installation. If, however, the return value is `/Library/Developer/CommandLineTools/`, you'll
286-
need to redirect the XCode system to the correct value.
286+
need to redirect the Xcode system to the correct value.
287287

288288
```
289289
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/
290290
sudo xcodebuild -license
291291
```
292292

293-
The first command will prompt you for a password. The second step requires you to read a new XCode
293+
The first command will prompt you for a password. The second step requires you to read a new Xcode
294294
license, and then accept it by typing "agree".
295295

296296
(Thanks to [this thread](https://github.com/bazelbuild/bazel/issues/4314) for these steps)

0 commit comments

Comments
 (0)