mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Updated README.md for FreeBSD instructions
This commit is contained in:
parent
f94cfcc5d2
commit
edd1e0abe4
@ -40,6 +40,12 @@ On OpenBSD you just need to install `curl`:
|
|||||||
pkg_add 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).
|
The source code is available [here](https://comam.es/what-is-snac).
|
||||||
|
|
||||||
Run `make` and then `make install` as root.
|
Run `make` and then `make install` as root.
|
||||||
|
Loading…
Reference in New Issue
Block a user