Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/1-Technical-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down