mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 09:57:02 +00:00
Adds info about installation via built in Go package manger
This commit is contained in:
parent
f8ab9ae49e
commit
33bf8ad394
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).
|
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
|
### Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue