From 2da1ab85d6535f158625c4d19d1d7d2f8bedc1f8 Mon Sep 17 00:00:00 2001 From: dleovl <95427722+dleovl@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:04:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e1324631..deb92968 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ roothide Bootstrap is available to download on this repositories [Releases](http If you do not have access to MacOS, refer to the FAQ in the `Usage` section to build with GitHub Actions instead. -You'll need MacOS to build, as you require Xcode. Simply having Xcode Command Line Tools is *insufficient*. - -The **entire** install of Xcode from the App Store is required. Additionally, Homebrew must be installed. If you don't have Homebrew installed, you can run the following command in your terminal to install Homebrew: +You'll need MacOS to build, as you require a full Xcode installation. Simply having Xcode Command Line Tools is *insufficient*. Additionally, Homebrew must be installed. If you don't have Homebrew installed, you can run the following command in your terminal to install Homebrew: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`