diff options
author | Danny Moesch <danny.moesch@icloud.com> | 2018-11-01 13:40:56 +0100 |
---|---|---|
committer | Danny Moesch <danny.moesch@icloud.com> | 2018-11-01 13:50:24 +0100 |
commit | 395c9628c05487cfb7ff2c0e4750f47299cb875f (patch) | |
tree | 98884802bbf9ea0fb701bfc807878b79f11fee03 | |
parent | 904c1a1ef1f21ea843e9f10044aef39f7068b18d (diff) | |
download | pass-otp-395c9628c05487cfb7ff2c0e4750f47299cb875f.tar.gz pass-otp-395c9628c05487cfb7ff2c0e4750f47299cb875f.zip |
Use universal way to get the prefix of the Brew installation
-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=/usr/local BASHCOMPDIR=/usr/local/etc/bash_completion.d ``` #### Macports.org |