From d79a6434e1937b6754215e33384d6016eb394db6 Mon Sep 17 00:00:00 2001 From: Nickeau Date: Fri, 17 May 2024 11:21:17 +0200 Subject: [PATCH] Added winget windows installation I have added the winget installation option. As this is the default installed package manager on windows. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4430cc0..0418b40 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,19 @@ sudo pacman -Syu mkcert ### Windows -On Windows, use [Chocolatey](https://chocolatey.org) +On Windows, use [Winget](https://winget.run/pkg/FiloSottile/mkcert) + +``` +winget install -e --id FiloSottile.mkcert +``` + +or use [Chocolatey](https://chocolatey.org) ``` choco install mkcert ``` -or use Scoop +or use [Scoop](https://scoop.sh/) ``` scoop bucket add extras