소스 검색

README: revert to $(go env GOPATH)

See discussion at #168
Filippo Valsorda 5 년 전
부모
커밋
0a679a8bcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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).