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

Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
This commit is contained in:
Koen Vervloesem
2019-12-26 14:53:10 +01:00
committed by Filippo Valsorda
parent cb6311cfbe
commit 42a6d00604

View File

@@ -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 https://github.com/FiloSottile/mkcert git clone https://github.com/FiloSottile/mkcert && cd mkcert
go build -ldflags "-X main.Version=$(git describe --tags)" go build -ldflags "-X main.Version=$(git describe --tags)"
``` ```