Skip to content

Commit 014cbf7

Browse files
authoredJun 19, 2022
Adds info about installation via built in Go package manger (#116)
1 parent f8ab9ae commit 014cbf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎Readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ $ brew install kubeconform
5757

5858
You can also download the latest version from the [release page](https://github.com/yannh/kubeconform/releases).
5959

60+
Another way of installation is via Golang's package manager:
61+
62+
```bash
63+
# With a specific version tag
64+
$ go install github.com/yannh/kubeconform/cmd/kubeconform@v0.4.13
65+
66+
# Latest version
67+
$ go install github.com/yannh/kubeconform/cmd/kubeconform@latest
68+
```
69+
6070
### Usage
6171

6272
```

0 commit comments

Comments
 (0)
Please sign in to comment.