From 42a6d006041c560c269e8526c26265b7eb326cde Mon Sep 17 00:00:00 2001 From: Koen Vervloesem Date: Thu, 26 Dec 2019 14:53:10 +0100 Subject: [PATCH] README: add "cd mkcert" to build from source instructions (#228) Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 772f06e..96edda1 100644 --- a/README.md +++ b/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)" ```