diff --git a/docs/1-Technical-Setup.md b/docs/1-Technical-Setup.md index a05098d..cebe26a 100644 --- a/docs/1-Technical-Setup.md +++ b/docs/1-Technical-Setup.md @@ -30,13 +30,13 @@ If you dont have git installed, the above command will prompt you to install it. For this tech challenge, we are assuming that you are developing on a Mac. As such, we will be using homebrew to install a lot of dependencies. -Homebrew can be installed by running the following commands +Due to IT policies installing Homebrew directly from the shell is disabled. Alternatively, you can +install Homebrew by downloading the pkg installer from the [GitHub repository releases page](https://github.com/Homebrew/brew/releases). -```bash -# install homebrew -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +After successful installation, Homebrew can be configured by running the following commands -# if you are on an Apple Silicone Mac, run the following to add homebrew to the PATH +```bash +# if you are on an Apple Silicon Mac, run the following to add homebrew to the PATH (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" # validate that homebrew is correctly installed. You may need to restart your terminal first