Skip to content

Commit

Permalink
Fix incorrect Xcode casing in README (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Aug 26, 2023
1 parent bb93b94 commit d3615c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,8 +39,8 @@ Depending on your operating system, you will need to install:
### On macOS

* [A supported version of Python](https://devguide.python.org/versions/)
* `XCode Command Line Tools` which will install `clang`, `clang++`, and `make`.
* Install the `XCode Command Line Tools` standalone by running `xcode-select --install`. -- OR --
* `Xcode Command Line Tools` which will install `clang`, `clang++`, and `make`.
* Install the `Xcode Command Line Tools` standalone by running `xcode-select --install`. -- OR --
* Alternatively, if you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you can install the Command Line Tools under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`.


Expand Down

0 comments on commit d3615c6

Please sign in to comment.