From 3beafe8845f667efe4ddd7942fc1f2c2b9aa39e0 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 9 Nov 2022 06:23:55 +0100 Subject: Updated documentation. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac993ac..50cdc27 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,11 @@ On Debian/Ubuntu, you can satisfy these requirements by running apt install libssl-dev libcurl4-openssl-dev ``` -On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries. +On OpenBSD you also need to install `curl`: + +``` + pkg_add curl +``` Run `make` and then `make install` as root. -- cgit v1.2.3