Filippo Valsorda 6 years ago
parent
commit
54cdb2c715
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Makefile
  2. 1 1
      README.md

+ 2 - 0
Makefile

@@ -8,6 +8,8 @@ mkcert: .GOPATH/.ok
 clean:
 	rm -rf bin .GOPATH
 
+unexport GOBIN
+
 .GOPATH/.ok:
 	mkdir -p ".GOPATH/src/$(IMPORT_PATH)"
 	rmdir ".GOPATH/src/$(IMPORT_PATH)"

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ sudo apt install libnss3-tools
 sudo yum install nss-tools
 ```
 
-and build from source (requires Go 1.10+), or use [the pre-built binaries (coming soon)](https://github.com/FiloSottile/mkcert/releases).
+and build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
 
 ```
 go get -u github.com/FiloSottile/mkcert