Skip to content

Commit

Permalink
Adds info about installation via built in Go package manger (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavelock authored Jun 19, 2022
1 parent f8ab9ae commit 014cbf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 014cbf7

Please sign in to comment.