Merge pull request #3 from p4tpr0/main

Simple dependencies handling for FreeBSD
This commit is contained in:
Jan Schaumann
2022-09-01 09:38:47 -04:00
committed by GitHub
+4
View File
@@ -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 dependencies with:
`sudo pkg install p5-JSON p5-Net-DNS p5-Net-Netmask`
Installation
============