summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-04-14 12:27:22 +0200
committerSimeon Simeonov2020-04-14 12:27:22 +0200
commit1bbbd7d0eb586b21d0699c7d2daea53b94c4b786 (patch)
treeaeaf9839bc0e592a7e51df647926ece5e270e2f1
parenta46f8180c3ec4bbb7e456d0e70db13c0e3afa25b (diff)
Add Gentoo in the Installation section in README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16cb3f4..4cf8e24 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,21 @@ I hope that somebody will find it useful.
21 21
22## Installation 22## Installation
23 23
24pip (pypi):
25
24 ```bash 26 ```bash
25 pip install pyotp2289 27 pip install pyotp2289
26 ``` 28 ```
27 29
28 30
31Gentoo:
32
33 ```bash
34 layman -a sgs
35 emerge dev-python/pyotp2289
36 ```
37
38
29## Overview of RFC-2289 39## Overview of RFC-2289
30 40
31RFC-2289 describes a one-time password authentication system (OTP): 41RFC-2289 describes a one-time password authentication system (OTP):