瀏覽代碼

Updated documentation.

default 3 年之前
父節點
當前提交
3beafe8845
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      README.md

+ 5 - 1
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.