Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
Signed-off-by: Chip Zoller <chipzoller@gmail.com>
  • Loading branch information
chipzoller committed Jul 17, 2023
1 parent 8a522b4 commit 699b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Kyverno CLI/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can also build the CLI binary from the Git repository (requires Go).
git clone https://github.com/kyverno/kyverno
cd kyverno
make build-cli
mv ./cmd/cli/kubectl-kyverno/kyverno /usr/local/bin/kyverno
mv ./cmd/cli/kubectl-kyverno/kubectl-kyverno /usr/local/bin/kyverno
```

## CLI Commands
Expand Down

0 comments on commit 699b072

Please sign in to comment.