Fix installation instructions for Brew

This commit is contained in:
Danny Moesch
2018-11-01 13:53:40 +01:00
parent 395c9628c0
commit e7d7073052

View File

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