Przeglądaj źródła

README: fix git clone command (#224)

fREW Schmidt 5 lat temu
rodzic
commit
9b04095804
1 zmienionych plików z 1 dodań i 1 usunięć
  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)"
 ```