mirror of
https://github.com/tadfisher/pass-otp.git
synced 2025-12-12 20:35:50 +01:00
Use universal way to get the prefix of the Brew installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user