README: add FreeBSD installation instruction (#79)

Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
This commit is contained in:
Li-Wen Hsu 2020-01-11 05:21:19 +08:00 committed by Filippo Valsorda
parent 2419b5da58
commit 68da6c5f50

View file

@ -98,4 +98,10 @@ On OpenBSD -current and 6.7+, you can use the port:
pkg_add age
```
On all supported versions of FreeBSD, you can build the security/age port or use pkg:
```
pkg install age
```
Help from new packagers is very welcome.