Browse Source

README: fix git clone command (#224)

fREW Schmidt 5 years ago
parent
commit
9b04095804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -72,7 +72,7 @@ brew install mkcert
 or build from source (requires Go 1.13+)
 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)"
 go build -ldflags "-X main.Version=$(git describe --tags)"
 ```
 ```