summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`:
40pkg_add curl 40pkg_add curl
41``` 41```
42 42
43On FreeBSD, to install `curl` just type:
44
45```sh
46pkg install curl
47```
48
43The source code is available [here](https://comam.es/what-is-snac). 49The source code is available [here](https://comam.es/what-is-snac).
44 50
45Run `make` and then `make install` as root. 51Run `make` and then `make install` as root.