diff options
author | default <nobody@localhost> | 2022-11-09 06:23:55 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-09 06:23:55 +0100 |
commit | 3beafe8845f667efe4ddd7942fc1f2c2b9aa39e0 (patch) | |
tree | dda9dfc80f9410efce708c2468c168ef8cafd220 /README.md | |
parent | b4c394b050f40185c31285f7e21c223c2fd34576 (diff) |
Updated documentation.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |