diff --git a/README.md b/README.md index 3a9ec43..04c811e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ On OpenBSD you just need to install `curl`: pkg_add curl ``` +On FreeBSD, to install `curl` just type: + +```sh +pkg install curl +``` + The source code is available [here](https://comam.es/what-is-snac). Run `make` and then `make install` as root.