From 8b7631561567836c5968a713f146c19e7ce6583f Mon Sep 17 00:00:00 2001 From: patpro Date: Thu, 1 Sep 2022 07:56:22 +0200 Subject: [PATCH 1/2] provides dependancies instruction for FreeBSD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcc0b73..9298941 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ install these dependencies with: `sudo apt install libjson-perl libnet-dns-perl libnet-netmask-perl` +On FreeBSD, you can install these dependancies with: + +`sudo pkg install p5-JSON p5-Net-DNS p5-Net-Netmask` + Installation ============ From dd79b80311ff674358ef8773c9998749dc300a76 Mon Sep 17 00:00:00 2001 From: patpro Date: Thu, 1 Sep 2022 07:59:08 +0200 Subject: [PATCH 2/2] simple dependencies handling for FreeBSD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9298941..a8a9f40 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ install these dependencies with: `sudo apt install libjson-perl libnet-dns-perl libnet-netmask-perl` -On FreeBSD, you can install these dependancies with: +On FreeBSD, you can install these dependencies with: `sudo pkg install p5-JSON p5-Net-DNS p5-Net-Netmask`