tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.3k stars 86 forks source link

Mac make install #26

Closed yishilin14 closed 7 years ago

yishilin14 commented 7 years ago

Hi. I am using Mac. Instead of sudo make install, I installed pass-otp via make install PREFIX=/usr/local (without sudo).

This is not an issue. Just don't know where to put this comment about "readme". :-)

ghost commented 7 years ago

Hi @yishilin14,

Did you manage to install also its dependency oathtool in a macOS?

Thanks

Updated

Just answering myself:

brew install oath-toolkit

yishilin14 commented 7 years ago

@q1x0te I did brew install oath-toolkit, just like you.