From 9b04095804f03c9940861863f02a0c8347dfd34d Mon Sep 17 00:00:00 2001 From: fREW Schmidt Date: Tue, 26 Nov 2019 15:31:43 -0800 Subject: [PATCH] README: fix git clone command (#224) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f3bc9..f9812c4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ brew install mkcert or build from source (requires Go 1.13+) ``` -git clone github.com/FiloSottile/mkcert +git clone https://github.com/FiloSottile/mkcert go build -ldflags "-X main.Version=$(git describe --tags)" ```