commit edd1e0abe4214215e91d14f4a8785dde4dd2de07
parent f94cfcc5d2f1a96651fac000fb12f9f8f894946b
Author: draga79 <draga79@noreply.codeberg.org>
Date: Wed, 3 Jan 2024 13:54:23 +0000
Updated README.md for FreeBSD instructions
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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.