1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

update doc

This commit is contained in:
Shuting Zhao 2020-02-19 19:24:11 -08:00
parent 83be17ce9e
commit dd07942fb7

View file

@ -7,13 +7,13 @@ The Kyverno Command Line Interface (CLI) is designed to validate policies and te
## Build the CLI
You can build the CLI binary for your OS by running the command:
You can build the CLI binary locally, then move the binary into a directory in your PATH.
```bash
git clone https://github.com/nirmata/kyverno.git
cd github.com/nirmata/kyverno
make cli
cd ./cmd/cli/kubectl-kyverno/
mv ./cmd/cli/kubectl-kyverno/kyverno /usr/local/bin/nctl
```
## Commands