diff options
author | draga79 <draga79@noreply.codeberg.org> | 2024-01-03 13:54:23 +0000 |
---|---|---|
committer | draga79 <draga79@noreply.codeberg.org> | 2024-01-03 13:54:23 +0000 |
commit | edd1e0abe4214215e91d14f4a8785dde4dd2de07 (patch) | |
tree | f11b3c743ee35e8b7bba230f251b06593addc1ca /README.md | |
parent | f94cfcc5d2f1a96651fac000fb12f9f8f894946b (diff) |
Updated README.md for FreeBSD instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |