From 54cdb2c7154b97e6e477578a5f08a695822f4fcb Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 4 Jul 2018 00:34:07 -0400 Subject: [PATCH] v0.9.0 --- Makefile | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d4e2ee..b96bfb8 100644 --- a/Makefile +++ b/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)" diff --git a/README.md b/README.md index 3bb29a8..8f21b35 100644 --- a/README.md +++ b/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