Add /opt/homebrew/bin to example PATH in install instructions.

This commit is contained in:
Jeff Geerling 2021-05-28 16:06:07 -05:00
parent de1aec4a49
commit 5198a55347

View file

@ -23,7 +23,7 @@ This is a work in progress, and is mostly a means for me to document my current
1. Add the following to your `~/.zshrc` file (create one if you don't have one):
```
export PATH="$HOME/Library/Python/3.8/bin:$PATH"
export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"
```
2. Source the new profile: `source ~/.zshrc`