From 521aa51262a94fb350b0a8b7d8ddd977c058d884 Mon Sep 17 00:00:00 2001 From: Moin <5u623l20@users.noreply.github.com> Date: Sun, 29 Mar 2020 15:38:46 +0600 Subject: [PATCH] Add information about FreeBSD installation bgpq4 has been ported into FreeBSD. https://svnweb.freebsd.org/ports?view=revision&revision=529782 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ef8f6fa..f801540 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,21 @@ In order to create a distribution archive, run: make dist +PACKAGE INSTALLATION +-------------------- + +In FreeBSD binary package can be installed using + +```shell +pkg install bgpq4 +``` + +Or from ports with `portmaster` + +```shell +portmaster net-mgmt/bgpq4 +``` + MAILING LIST ------------