mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-09 18:52:36 +00:00
Merge pull request #752 from cwrau/patch-1
Add info about the kyverno AUR package
This commit is contained in:
commit
ca7792589a
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