From 047acfafedfda539aa326af8b5c13e3bf7e9af59 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Mon, 20 Aug 2018 00:31:13 +0200 Subject: [PATCH] Add choco install for Windows (#63) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b785481..d33563a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,13 @@ On Arch Linux you can use your [AUR helper](https://wiki.archlinux.org/index.php yaourt -S mkcert ``` -On Windows build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases). +On Windows, use Chocolatey. + +``` +choco install mkcert +``` + +Or build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases). > **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.