aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Pefferkorn <lpefferkorn@users.noreply.github.com>2018-08-01 20:43:26 +0100
committerTad Fisher <tadfisher@gmail.com>2018-08-18 21:11:52 -0700
commitbffa7c7b2ef151c19bd89846cc545bf556b45c9a (patch)
tree653f9ea9930296cd838cad6d69f0cc0ad82660f9
parentbd67bc5e51a4a3a3b974175edbee8a9c62644bb9 (diff)
Update README.md
I've created a port of pass-otp in [Macports](https://github.com/macports/macports-ports/blob/master/security/pass-otp/Portfile), updating instructions for macOS installation alternative.
-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
```