From 5198a55347fa3ea9d88a744f4a3b9ac99900385e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 28 May 2021 16:06:07 -0500 Subject: [PATCH] Add /opt/homebrew/bin to example PATH in install instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3434b6e..1677069 100644 --- a/README.md +++ b/README.md @@ -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`