mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
Add info about the kyverno AUR package
I created an AUR package for the `kyverno` cli, therefore I wanted to publish its existence for other fellow arch users
This commit is contained in:
parent
2768574a39
commit
58b3d6acc8
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ make cli
|
|||
mv ./cmd/cli/kubectl-kyverno/kyverno /usr/local/bin/kyverno
|
||||
```
|
||||
|
||||
## Install via AUR (archlinux)
|
||||
|
||||
You can install the kyverno cli via your favourite AUR helper (e.g. [yay](https://github.com/Jguer/yay))
|
||||
|
||||
```
|
||||
yay -S kyverno-git
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
#### Version
|
||||
|
|
Loading…
Add table
Reference in a new issue