aboutsummaryrefslogtreecommitdiff
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 07e9a89..8cb5337 100644
--- a/README.md
+++ b/README.md
@@ -166,10 +166,10 @@ nix-env -i pass-otp
### macOS
#### Brew
```
-brew install oath-toolkit
+brew install oath-toolkit bash-completion
git clone https://github.com/tadfisher/pass-otp
cd pass-otp
-make install PREFIX=/usr/local
+make install PREFIX=/usr/local BASHCOMPDIR=/usr/local/etc/bash_completion.d
```
#### Macports.org