diff --git a/documentation/kyverno-cli.md b/documentation/kyverno-cli.md index cbc7e9e1d0..f75fc23c58 100644 --- a/documentation/kyverno-cli.md +++ b/documentation/kyverno-cli.md @@ -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