From 2f97cba085b12d6ca0445a7359a5d276266098b3 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 19 Aug 2018 18:28:23 -0400 Subject: [PATCH] Update README with info on how to install via MacPorts (#62) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 87b82ca..2d923ca 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ brew install mkcert brew install nss # if you use Firefox ``` +Additionally on macOS, you can also use MacPorts. + +``` +sudo port sync +sudo port install mkcert +``` + On Linux, install `certutil` ```