From 09a647ee8bc03a766521f636dcf3ba58c55733aa Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Fri, 21 Jan 2022 13:42:01 -0800 Subject: [PATCH] added Install section to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e7bf8..1ae56d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # powerdns-tools -Bash scripts for working with the PowerDNS API, and for auditing the list of zones. \ No newline at end of file +Bash scripts for working with the PowerDNS API, and for auditing the list of zones. + +## Install +``` +cd /usr/local/src/ +git clone https://git.stack-source.com/msb/powerdns-tools.git +cd powerdns-tools +bash install.sh +```