summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e97de3..fb2e01a 100644
--- a/README.md
+++ b/README.md
@@ -85,8 +85,8 @@ gpg --edit-key [email protected]
## MacOS (extras)
- Bash shell default
```bash
-sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
-chsh -s /usr/local/bin/bash
+sudo bash -c 'echo $(brew --prefix)/bin/bash >> /etc/shells'
+chsh -s $(brew --prefix)/bin/bash
```
## ParrotOS (extras)