From 3225fa0dd1b7a234a7d5bda691040f3d6cc6e17d Mon Sep 17 00:00:00 2001 From: Jokoclp Date: Tue, 13 Aug 2024 16:40:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2275f..4d9dfbd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This stack is based on [patschi's work](https://github.com/patschi/parsedmarc-do ## Setup: 1. Get basics together: ``` -git clone https://github.com/accolon/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/ +git clone https://github.com/Jokoclp/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/ cd /opt/parsedmarc-dockerized/ && cp data/conf/parsedmarc/config.sample.ini data/conf/parsedmarc/config.ini ```