瀏覽代碼

README: fix git clone command (#224)

fREW Schmidt 5 年之前
父節點
當前提交
9b04095804
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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)"
 ```