doc: update Xcode preferences tab name.

PR-URL: https://github.com/nodejs/node-gyp/pull/1330
Reviewed-By: Jon Moss <me@jonathanmoss.me>
This commit is contained in:
Ivan Daniluk 2017-11-10 20:31:13 +01:00 committed by Rod Vagg
parent 8b488da8b9
commit c5929cb4fe

View file

@ -42,7 +42,7 @@ You will also need to install:
* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on macOS)
* [Xcode](https://developer.apple.com/xcode/download/)
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads` (or by running `xcode-select --install` in your Terminal)
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Locations` (or by running `xcode-select --install` in your Terminal)
* This step will install `gcc` and the related toolchain containing `make`
### On Windows