aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86fbab9..d239fd2 100644
--- a/README.md
+++ b/README.md
@@ -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
```