Przeglądaj źródła

README: revert to $(go env GOPATH)

See discussion at #168
Filippo Valsorda 5 lat temu
rodzic
commit
0a679a8bcd
1 zmienionych plików z 1 dodań i 1 usunięć
  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).