summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2024-01-03 15:15:00 +0000
committergrunfink <grunfink@noreply.codeberg.org>2024-01-03 15:15:00 +0000
commitf299731bb7f7a0ba5d10074ae6455751860ef8ce (patch)
tree7c534137133fbfa6a98952509aadc08afa01be04 /README.md
parent6fe31dd7255f85231031851778aa139690604b18 (diff)
parent746db4047d7f235698775b227134bfe2405a98d2 (diff)
Merge pull request 'Added FreeBSD documentation and rc script' (#96) from draga79/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/96
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.