diff options
author | Tad Fisher <tadfisher@gmail.com> | 2018-11-01 08:46:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 08:46:00 -0700 |
commit | 903e2403271818a27e1b1b32e1f98aecd4bb9856 (patch) | |
tree | 2cbb654b5e0ba5ed1d8c408761be9e5fe7be7ec7 | |
parent | 904c1a1ef1f21ea843e9f10044aef39f7068b18d (diff) | |
parent | e7d70730525d903d9dfe67d0e9f126148009dd1c (diff) | |
download | pass-otp-903e2403271818a27e1b1b32e1f98aecd4bb9856.tar.gz pass-otp-903e2403271818a27e1b1b32e1f98aecd4bb9856.zip |
Merge pull request #93 from SimplyDanny/brew-install-fix
Fix installation instructions for Brew
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |