fix git clone url

replace : with /
This commit is contained in:
Dariush Abbasi
2021-11-03 14:09:18 +03:30
committed by GitHub
parent 853395106b
commit 7917434a37
+1 -1
View File
@@ -196,7 +196,7 @@ go get github.com/9seconds/mtg/v2
#### Build from sources #### Build from sources
```console ```console
git clone https://github.com:9seconds/mtg.git git clone https://github.com/9seconds/mtg.git
cd mtg cd mtg
make static make static
``` ```