aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3d341c..114f48f 100644
--- a/README.md
+++ b/README.md
@@ -113,8 +113,20 @@ sudo make install
### Arch Linux
-`pass-otp` is available in the
-[Arch User Repository](https://aur.archlinux.org/packages/pass-otp/).
+`pass-otp` is available in the `[community]` repository:
+
+```
+pacman -S pass-otp
+```
+
+### macOS
+
+```
+brew install oath-toolkit
+git clone https://github.com/tadfisher/pass-otp
+cd pass-otp
+make install PREFIX=/usr/local
+```
## Requirements