diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-04-15 10:09:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 10:09:28 -0700 |
commit | 6aca98c6e6f7555a9d490e4b49300e2ccb88b593 (patch) | |
tree | f9d856939e494429783ed6658dd01103ec45489d | |
parent | 09631269f910279405a6d32d19a3fee9cddcf5fd (diff) | |
download | pass-otp-6aca98c6e6f7555a9d490e4b49300e2ccb88b593.tar.gz pass-otp-6aca98c6e6f7555a9d490e4b49300e2ccb88b593.zip |
Add macOS install instructions (#29)
* Add macOS install instructions
Fixes #26
* Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -116,6 +116,15 @@ sudo make install `pass-otp` is available in the [Arch User Repository](https://aur.archlinux.org/packages/pass-otp/). +### macOS + +``` +brew install oath-toolkit +git clone https://github.com/tadfisher/pass-otp +cd pass-otp +make install PREFIX=/usr/local +``` + ## Requirements - `pass` 1.7.0 or later for extension support |