Use universal way to get the prefix of the Brew installation

This commit is contained in:
Danny Moesch
2018-11-01 13:40:56 +01:00
parent 904c1a1ef1
commit 395c9628c0

View File

@@ -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