aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFritz Reichwald <mail@fritzreichwald.de>2018-08-20 07:36:13 +0200
committerTad Fisher <tadfisher@gmail.com>2018-09-23 13:17:12 -0700
commita5b1939109d365f0b2428189a13e147538acfc1c (patch)
tree07b5692a7ca50306c1e71985ec94f65d90f5ff46
parent7125f4f31afe4695c16eb158094e2f28f48dd391 (diff)
Add debian to the list of distributions with pass-otp packages
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d239fd2..18c8b27 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,13 @@ sudo make install
pacman -S pass-otp
```
+### Debian
+
+`pass-otp` is available in `testing` and `sid` repositories with the package-name `pass-extension-otp` according to [tracker](https://tracker.debian.org/pkg/pass-otp):
+```
+apt install pass-extension-otp
+```
+
### Gentoo Linux
```