diff options
author | axel simon <github@axelsimon.net> | 2019-04-19 13:08:24 +0200 |
---|---|---|
committer | Tad Fisher <129148+tadfisher@users.noreply.github.com> | 2020-09-12 12:49:50 -0700 |
commit | 853c5517bbe870e57ff40b2904a697893a4c236f (patch) | |
tree | b8900e77712aa73938ce91af0602e005c2964039 | |
parent | 99419824e12ccfa082967248df356e15f456e8cd (diff) | |
download | pass-otp-853c5517bbe870e57ff40b2904a697893a4c236f.tar.gz pass-otp-853c5517bbe870e57ff40b2904a697893a4c236f.zip |
add Fedora install instructions
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -131,6 +131,14 @@ pacman -S pass-otp apt install pass-extension-otp ``` +### Fedora + +`pass-otp` is available in Fedora 28 and up, under the package name `pass-otp` according to [Fedora Apps](https://apps.fedoraproject.org/packages/pass-otp). + +``` +dnf install pass-otp +``` + ### Gentoo Linux ``` |