From 44f8be44c6e85aa31fcee1b5e03d1e7c72336111 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 3 Jul 2018 17:16:21 -0400 Subject: [PATCH] Use go get in README Closes #29 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12155e0..668a56c 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ brew install nss # if you use Firefox On Linux (`-install` support coming soon!), use [the pre-built binaries (again, coming soon)](https://github.com/FiloSottile/mkcert/releases), or build from source (requires Go 1.10+). ``` -$ git clone https://github.com/FiloSottile/mkcert -$ cd mkcert && make +go get -u github.com/FiloSottile/mkcert +$(go env GOPATH)/bin/mkcert ``` Windows will be supported next.