mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
Adds info about installation via built in Go package manger (#116)
This commit is contained in:
parent
f8ab9ae49e
commit
014cbf754f
1 changed files with 10 additions and 0 deletions
10
Readme.md
10
Readme.md
|
|
@ -57,6 +57,16 @@ $ brew install 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:
|
||||
|
||||
```bash
|
||||
# With a specific version tag
|
||||
$ go install github.com/yannh/kubeconform/cmd/kubeconform@v0.4.13
|
||||
|
||||
# Latest version
|
||||
$ go install github.com/yannh/kubeconform/cmd/kubeconform@latest
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue