diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -156,7 +156,7 @@ nix-env -i pass-otp ``` ### macOS - +#### Brew ``` brew install oath-toolkit git clone https://github.com/tadfisher/pass-otp @@ -164,6 +164,11 @@ cd pass-otp make install PREFIX=/usr/local ``` +#### Macports.org +``` +sudo port install pass-otp +``` + ### openSUSE ``` |