README: revert to $(go env GOPATH)

See discussion at #168
This commit is contained in:
Filippo Valsorda
2019-06-21 20:11:30 -04:00
committed by GitHub
parent 574ea52743
commit 0a679a8bcd

View File

@@ -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).