Sfoglia il codice sorgente

README: revert to $(go env GOPATH)

See discussion at #168
Filippo Valsorda 5 anni fa
parent
commit
0a679a8bcd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
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).