diff options
| author | Simeon Simeonov | 2020-04-28 15:15:09 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-28 15:15:09 +0200 |
| commit | c1378156e2ae02c37d0b19b033cad20f72bcd37d (patch) | |
| tree | 7698cbe2994da9d6560710114140ed5e6970759c | |
| parent | bcf8fc157028d3a80a2aaf8d51738cb37c6f95f7 (diff) | |
Add FreeBSD instructions in README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -28,6 +28,16 @@ I hope that somebody will find it useful. | |||
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | ### FreeBSD | ||
| 32 | |||
| 33 | `pyotp2289` is included in the official ports-tree. | ||
| 34 | |||
| 35 | ```bash | ||
| 36 | cd /usr/ports/security/py-pyotp2289 | ||
| 37 | make install clean | ||
| 38 | ``` | ||
| 39 | |||
| 40 | |||
| 31 | ### Gentoo | 41 | ### Gentoo |
| 32 | 42 | ||
| 33 | ```bash | 43 | ```bash |
