Skip to content

Commit

Permalink
docs: Add winget as installation method on Windows (#192)
Browse files Browse the repository at this point in the history
The kubeconform package has been accepted to winget,
see microsoft/winget-pkgs#101691
  • Loading branch information
mloskot committed Apr 13, 2023
1 parent 16d5280 commit 9294e94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9294e94

Please sign in to comment.