From d22f934623c52c91f93821c629d0eaf4b7b0b6e5 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 19 Aug 2018 17:29:56 -0500 Subject: [PATCH] Mention Linuxbrew as the preferred way to install mkcert (#61) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d923ca..b785481 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ mkcert automatically creates and installs a local CA in the system root store, a ## Installation -On macOS, use Homebrew. +On macOS, use [Homebrew](https://brew.sh/). ``` brew install mkcert @@ -51,8 +51,13 @@ sudo apt install libnss3-tools -or- sudo yum install nss-tools ``` +and install using [Linuxbrew](http://linuxbrew.sh/). -and build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases). +``` +brew install mkcert +```` + +You can also 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