mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 18:07:02 +00:00
docs: Add winget as installation method on Windows
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
0b531705bc
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
|
$ 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).
|
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:
|
Another way of installation is via Golang's package manager:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue