From 0a679a8bcdb5e2b692f49d5feee1d4742cfea7a1 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> Date: Fri, 21 Jun 2019 20:11:30 -0400 Subject: [PATCH] README: revert to $(go env GOPATH) See discussion at #168 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf7823..f61f4f4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ or build from source (requires Go 1.10+) ``` go get -u github.com/FiloSottile/mkcert -$(go env GOBIN)/mkcert +$(go env GOPATH)/bin/mkcert ``` or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).