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
This commit is contained in:
Mateusz Łoskot 2023-04-13 09:56:49 +02:00 committed by GitHub
parent 16d52804d4
commit 9294e94a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: