added Install section to README

This commit is contained in:
Matthew Saunders Brown 2022-01-21 13:42:01 -08:00
parent 4e140cfb5f
commit 09a647ee8b

View File

@ -1,3 +1,11 @@
# powerdns-tools
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
```