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