mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
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:
parent
16d52804d4
commit
9294e94a8d
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue