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

This commit is contained in:
Herby Gillot
2018-08-19 18:28:23 -04:00
committed by Filippo Valsorda
parent 26ac5f3539
commit 2f97cba085

View File

@@ -37,6 +37,13 @@ brew install mkcert
brew install nss # if you use Firefox 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` On Linux, install `certutil`
``` ```