Просмотр исходного кода

Updated README.md for FreeBSD instructions

draga79 2 лет назад
Родитель
Сommit
edd1e0abe4
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      README.md

+ 6 - 0
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.