Mention Linuxbrew as the preferred way to install mkcert (#61)

This commit is contained in:
Omer Katz
2018-08-19 17:29:56 -05:00
committed by Filippo Valsorda
parent 2f97cba085
commit d22f934623

View File

@@ -30,7 +30,7 @@ mkcert automatically creates and installs a local CA in the system root store, a
## Installation ## Installation
On macOS, use Homebrew. On macOS, use [Homebrew](https://brew.sh/).
``` ```
brew install mkcert brew install mkcert
@@ -51,8 +51,13 @@ sudo apt install libnss3-tools
-or- -or-
sudo yum install nss-tools 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 go get -u github.com/FiloSottile/mkcert