summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6ac2ff..c3ba6fd 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running
31 apt install libssl-dev libcurl4-openssl-dev 31 apt install libssl-dev libcurl4-openssl-dev
32``` 32```
33 33
34On OpenBSD you don't need to install anything because the base system provides all the needed software. 34On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software.
35 35
36Run `make` and then `make install` as root. 36Run `make` and then `make install` as root.
37 37