Adds info about installation via built in Go package manger (#116)

This commit is contained in:
Damian Kula 2022-06-19 18:23:23 +02:00 committed by GitHub
parent f8ab9ae49e
commit 014cbf754f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```