From 9294e94a8d6471ed825e98401b36a5783382080a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Thu, 13 Apr 2023 09:56:49 +0200 Subject: [PATCH] docs: Add winget as installation method on Windows (#192) The kubeconform package has been accepted to winget, see https://github.com/microsoft/winget-pkgs/pull/101691 --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index c1c1362..4fc2f9b 100644 --- a/Readme.md +++ b/Readme.md @@ -81,6 +81,12 @@ If you are a [Homebrew](https://brew.sh/) user, you can install by running: $ brew install kubeconform ``` +If you are a Windows user, you can install with [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) by running: + +```cmd +winget install YannHamon.kubeconform +``` + You can also download the latest version from the [release page](https://github.com/yannh/kubeconform/releases). Another way of installation is via Golang's package manager: