Skip to content

Commit 96b9b0a

Browse files
authored
Merge pull request #12 from dspencer-captech/patch-1
Update Homebrew install setup per IT restrictions
2 parents b53254d + c7fac61 commit 96b9b0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/1-Technical-Setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ If you dont have git installed, the above command will prompt you to install it.
3030
For this tech challenge, we are assuming that you are developing on a Mac. As such, we will be using
3131
homebrew to install a lot of dependencies.
3232

33-
Homebrew can be installed by running the following commands
33+
Due to IT policies installing Homebrew directly from the shell is disabled. Alternatively, you can
34+
install Homebrew by downloading the pkg installer from the [GitHub repository releases page](https://github.com/Homebrew/brew/releases).
3435

35-
```bash
36-
# install homebrew
37-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
36+
After successful installation, Homebrew can be configured by running the following commands
3837

39-
# if you are on an Apple Silicone Mac, run the following to add homebrew to the PATH
38+
```bash
39+
# if you are on an Apple Silicon Mac, run the following to add homebrew to the PATH
4040
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
4141

4242
# validate that homebrew is correctly installed. You may need to restart your terminal first

0 commit comments

Comments
 (0)