From d3615c66f7e7a65de48ce9860b1fe13710d20988 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:48:03 +0300 Subject: [PATCH] Fix incorrect Xcode casing in README (#2896) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc0e8ee0a2..8a7ad87a01 100644 --- a/README.md +++ b/README.md @@ -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...`.