From 7917434a375de0a4e6d058fdef85e104d20fe8c9 Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Wed, 3 Nov 2021 14:09:18 +0330 Subject: [PATCH] fix git clone url replace : with / --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f271d61..1b8a433 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ go get github.com/9seconds/mtg/v2 #### Build from sources ```console -git clone https://github.com:9seconds/mtg.git +git clone https://github.com/9seconds/mtg.git cd mtg make static ```