mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Fix incorrect Xcode casing in README (#2896)
This commit is contained in:
parent
bb93b946a9
commit
d3615c66f7
1 changed files with 2 additions and 2 deletions
|
@ -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...`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue