diff options
| author | Simeon Simeonov | 2020-04-16 13:44:03 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-16 13:44:03 +0200 |
| commit | bcf8fc157028d3a80a2aaf8d51738cb37c6f95f7 (patch) | |
| tree | 62d31a37469f246da1dd2f5cd0b636d1bc8de93c | |
| parent | 97871f1b3f0701d5774c8ce170bb30fe61d5561b (diff) | |
Add Fedora instructions in README.md
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -36,6 +36,19 @@ I hope that somebody will find it useful. | |||
| 36 | ``` | 36 | ``` |
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | ### Fedora ( >= 31) | ||
| 40 | |||
| 41 | Set up a custom repo as described: https://pkg.pichove.org/Fedora/README.txt | ||
| 42 | |||
| 43 | Key fingerprint: A664 5797 661E 2F47 3DD3 FF06 BCE7 0555 C3BB 08F7 | ||
| 44 | |||
| 45 | Install 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 | ||
| 41 | RFC-2289 describes a one-time password authentication system (OTP): | 54 | RFC-2289 describes a one-time password authentication system (OTP): |
