aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Moesch <danny.moesch@icloud.com>2018-11-01 13:53:40 +0100
committerDanny Moesch <danny.moesch@icloud.com>2018-11-01 13:53:46 +0100
commite7d70730525d903d9dfe67d0e9f126148009dd1c (patch)
tree2cbb654b5e0ba5ed1d8c408761be9e5fe7be7ec7
parent395c9628c05487cfb7ff2c0e4750f47299cb875f (diff)
Fix installation instructions for Brew
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8cb5337..efdc2ba 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ nix-env -i pass-otp
brew install oath-toolkit bash-completion
git clone https://github.com/tadfisher/pass-otp
cd pass-otp
-make install PREFIX=/usr/local BASHCOMPDIR=/usr/local/etc/bash_completion.d
+make install PREFIX=$(brew --prefix) BASHCOMPDIR=$(brew --prefix)/etc/bash_completion.d
```
#### Macports.org