aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Moesch <danny.moesch@icloud.com>2018-11-01 13:40:56 +0100
committerDanny Moesch <danny.moesch@icloud.com>2018-11-01 13:50:24 +0100
commit395c9628c05487cfb7ff2c0e4750f47299cb875f (patch)
tree98884802bbf9ea0fb701bfc807878b79f11fee03
parent904c1a1ef1f21ea843e9f10044aef39f7068b18d (diff)
Use universal way to get the prefix of the Brew installation
-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