From eb9b9630fe0bea4f8064d89a9fdd8fa33325da3a Mon Sep 17 00:00:00 2001 From: Daniel Howe Date: Sun, 18 Apr 2021 05:15:17 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd7bf1e..2e8f450 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,11 @@ See the full blog post with instructions at https://debricked.com/blog/2020/05/1 ## Screenshot ![Screenshot of Grafana dashboard](/big_screenshot.png?raw=true) + +## Step-by-step + +``` +git clone https://github.com/debricked/dmarc-visualizer +cd dmarc-visualizer +docker-compose -f ./docker-compose.yml --verbose up +```