From 2e954de5286a31b70289052f26f395b7f125e0fa Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 5 Jul 2018 02:49:38 +1000 Subject: [PATCH] readme: update homebrew install (#32) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f21b35..58c54e4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ mkcert automatically creates and installs a local CA in the system root store, a On macOS, use Homebrew. ``` -brew install --HEAD https://github.com/FiloSottile/mkcert/raw/master/HomebrewFormula/mkcert.rb +brew install mkcert brew install nss # if you use Firefox ```