summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-04-16 13:44:03 +0200
committerSimeon Simeonov2020-04-16 13:44:03 +0200
commitbcf8fc157028d3a80a2aaf8d51738cb37c6f95f7 (patch)
tree62d31a37469f246da1dd2f5cd0b636d1bc8de93c
parent97871f1b3f0701d5774c8ce170bb30fe61d5561b (diff)
Add Fedora instructions in README.md
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 171bcec..a32e44e 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,19 @@ I hope that somebody will find it useful.
36 ``` 36 ```
37 37
38 38
39### Fedora ( >= 31)
40
41Set up a custom repo as described: https://pkg.pichove.org/Fedora/README.txt
42
43Key fingerprint: A664 5797 661E 2F47 3DD3 FF06 BCE7 0555 C3BB 08F7
44
45Install the package:
46
47 ```bash
48 sudo dnf install python3-pyotp2289
49 ```
50
51
39## Overview of RFC-2289 52## Overview of RFC-2289
40 53
41RFC-2289 describes a one-time password authentication system (OTP): 54RFC-2289 describes a one-time password authentication system (OTP):