Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast authored Aug 21, 2024
1 parent edf7a2a commit 24d61cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/docs/sphinx/buildGuide/AppleMacOS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Building Apple MacOS

Install homebrew
----------------

Taken from the [homebrew website](https://brew.sh)
.. code-block::
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/settgast1/.zprofile
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
note: this is the command for `zsh`. Other shells will require different commands. Homebrew should provide the correct command after install is complete.
eval "$(/opt/homebrew/bin/brew shellenv)"
Install packages using homebrew
Expand Down

0 comments on commit 24d61cc

Please sign in to comment.