Skip to content

Commit

Permalink
Add /opt/homebrew/bin to example PATH in install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 28, 2021
1 parent de1aec4 commit 5198a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5198a55

Please sign in to comment.