From 29be2d24b095b450a136b4cd23cc1a02091ce951 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Thu, 8 Jun 2023 16:06:45 +0200 Subject: [PATCH] doc: clarify full Xcode download is not needed --- doc/build-osx.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build-osx.md b/doc/build-osx.md index f11ed97e098ae..165081f2fca1e 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -24,6 +24,9 @@ To install, run the following command from your terminal: xcode-select --install ``` +The above command should work on a fresh macOS installation. It is not necessary +to download and install the full Xcode suite from the App Store. + Upon running the command, you should see a popup appear. Click on `Install` to continue the installation process.