aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Baier <jan.baier@amagical.net>2020-06-28 00:12:36 +0200
committerTad Fisher <129148+tadfisher@users.noreply.github.com>2020-09-12 13:02:49 -0700
commit0aadd4c82cf190ae8ac9c08e7eb142716ed33a85 (patch)
tree5abf0a712fa7d3d036851e657a14ef2727f6dd3f /README.md
parent24330b81d6d1a4d87708692f0ee9906d3297012e (diff)
Add support for using Pass::OTP
Pass::OTP is alternative implementation of One-time passwords with more features, namely it can support parsing otpauth:// links and custom character classes. This can close #97
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d28491..7027b42 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ URL=https://git.malte-kiefer.de/crux-ports/plain
## Requirements
- `pass` 1.7.0 or later for extension support
-- `oathtool` for generating 2FA codes
+- `oathtool` or `Pass::OTP` for generating 2FA codes
- `qrencode` for generating QR code images
### Build requirements