diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |