From 866dff09374eec1b6a59f4af54bd9b781b48b3ed Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 30 Aug 2022 17:14:55 -0800 Subject: [PATCH] add apt install howto --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05e528a..bcc0b73 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ the following modules installed: * Net::DNS * Net::Netmask +On Debian and related systems, you may be able to +install these dependencies with: + +`sudo apt install libjson-perl libnet-dns-perl libnet-netmask-perl` + Installation ============