summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-04-28 15:15:09 +0200
committerSimeon Simeonov2020-04-28 15:15:09 +0200
commitc1378156e2ae02c37d0b19b033cad20f72bcd37d (patch)
tree7698cbe2994da9d6560710114140ed5e6970759c
parentbcf8fc157028d3a80a2aaf8d51738cb37c6f95f7 (diff)
Add FreeBSD instructions in README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a32e44e..4ceb456 100644
--- a/README.md
+++ b/README.md
@@ -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