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-10 16:21:19 -05:00
committed by Filippo Valsorda
co-authored by Filippo Valsorda
parent 2419b5da58
commit 68da6c5f50
+6
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.