From f1cb5bdbf44b7e3b579f49d086e45cff7be0b9db Mon Sep 17 00:00:00 2001 From: uw0s Date: Thu, 11 Apr 2024 15:21:17 +0300 Subject: [PATCH] Update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f7c7c00..c574bb0 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ Git Docker # Download -git clone https://github.com/fl0wxr/meddisc $HOME/github.com/fl0wxr/meddisc -cd $HOME/github.com/fl0wxr/meddisc +git clone https://github.com/valab-certh/meddisc $HOME/github.com/valab-certh/meddisc +cd $HOME/github.com/valab-certh/meddisc # Development cd python/python/ && make clean check all && cd ../..