Fix the Homebrew command

This commit is contained in:
Filippo Valsorda
2018-06-26 02:06:37 -04:00
parent 5623f42244
commit 6eb6ca5d60

View File

@@ -31,7 +31,7 @@ mkcert automatically creates and installs a local CA in the system root store, a
On macOS, use Homebrew. 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. On Linux (install support coming soon!), use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases), or build from source.