From 68da6c5f5029cbc859b094596d9b48e9a688122a Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 11 Jan 2020 05:21:19 +0800 Subject: [PATCH] README: add FreeBSD installation instruction (#79) Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b01b278..645c866 100644 --- a/README.md +++ b/README.md @@ -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.