aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2018-11-01 08:46:00 -0700
committerGitHub <noreply@github.com>2018-11-01 08:46:00 -0700
commit903e2403271818a27e1b1b32e1f98aecd4bb9856 (patch)
tree2cbb654b5e0ba5ed1d8c408761be9e5fe7be7ec7
parent904c1a1ef1f21ea843e9f10044aef39f7068b18d (diff)
parente7d70730525d903d9dfe67d0e9f126148009dd1c (diff)
Merge pull request #93 from SimplyDanny/brew-install-fix
Fix installation instructions for Brew
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07e9a89..efdc2ba 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=$(brew --prefix) BASHCOMPDIR=$(brew --prefix)/etc/bash_completion.d
```
#### Macports.org