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 +```