Explorar o código

README: add "cd mkcert" to build from source instructions (#228)

Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
Koen Vervloesem %!s(int64=5) %!d(string=hai) anos
pai
achega
42a6d00604
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 https://github.com/FiloSottile/mkcert
+git clone https://github.com/FiloSottile/mkcert && cd mkcert
 go build -ldflags "-X main.Version=$(git describe --tags)"
 ```