From d9ee0eaffef13f1887a9bb38f39f3d876689fe9d Mon Sep 17 00:00:00 2001 From: Ivan Daniluk Date: Fri, 10 Nov 2017 20:31:13 +0100 Subject: [PATCH] doc: update Xcode preferences tab name. PR-URL: https://github.com/nodejs/node-gyp/pull/1330 Reviewed-By: Jon Moss --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db54896f89..e88bd0b5be 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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