From e892152b0c8c90ee12a10267ea7868037c24a983 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 30 Aug 2021 03:12:48 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4214efe..eac42a5 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,13 @@ A script to search for config errors in the puzzle domain name system. ## usage ```bash -./dnsverify.py +$ pipenv shell +$ python dnsverify.py [-v] ``` + +## tests + +```bash +$ ./run_tests.sh +``` +