update readme

This commit is contained in:
2021-08-30 03:12:48 +02:00
parent ea0649cf58
commit e892152b0c

View File

@@ -5,5 +5,13 @@ A script to search for config errors in the puzzle domain name system.
## usage ## usage
```bash ```bash
./dnsverify.py $ pipenv shell
$ python dnsverify.py [-v]
``` ```
## tests
```bash
$ ./run_tests.sh
```