From fea230cfabc5de2d75c850ce7209789e9bd04c6f Mon Sep 17 00:00:00 2001 From: Robert Vojta Date: Mon, 25 Feb 2019 14:26:00 +0100 Subject: [PATCH] fix(docs): Update macOS contributing info Changelog-entry: Update docs Change-type: patch Signed-off-by: Robert Vojta --- docs/CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 854c2bbe..a721b35b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -52,10 +52,12 @@ The following MinGW packages are required: - `msys-bash` - `msys-coreutils` -#### OS X +#### macOS -- [XCode](https://developer.apple.com/xcode/) or [XCode Command Line Tools], -which can be installed by running `xcode-select --install`. +- [Xcode](https://developer.apple.com/xcode/) + +It's not enough to have [Xcode Command Line Tools] installed. Xcode must be installed +as well. #### Linux @@ -213,4 +215,4 @@ Don't hesitate to get in touch if you have any questions or need any help! [EditorConfig]: http://editorconfig.org [shrinkwrap]: https://docs.npmjs.com/cli/shrinkwrap [hxd]: https://github.com/jhermsmeier/hxd -[XCode Command Line Tools]: https://developer.apple.com/library/content/technotes/tn2339/_index.html +[Xcode Command Line Tools]: https://developer.apple.com/library/content/technotes/tn2339/_index.html