Browse Source

Update README with info on how to install via MacPorts (#62)

Herby Gillot 6 years ago
parent
commit
2f97cba085
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
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`
 
 ```