From 6eb6ca5d601321f9f048b6bd28781cc69f13eb68 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 26 Jun 2018 02:06:37 -0400 Subject: [PATCH] Fix the Homebrew command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f47602..06a2a4f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ mkcert automatically creates and installs a local CA in the system root store, a On macOS, use Homebrew. ``` -brew install --HEAD FiloSottile/mkcert/mkcert +brew install --HEAD https://github.com/FiloSottile/mkcert/raw/master/HomebrewFormula/mkcert.rb ``` On Linux (install support coming soon!), use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases), or build from source.