Skip to content

Commit

Permalink
Merge pull request #1265 from malancas/local-dev-typo
Browse files Browse the repository at this point in the history
Add missing tool name in local development documentation
  • Loading branch information
hectorj2f authored Mar 2, 2024
2 parents 805dc0d + 395638e commit 0745da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then run it pointing to a YAML file containing a ClusterImagePolicy, and an imag

## Local Development

You can spin up a local [Kind](https://kind.sigs.k8s.io/) K8s cluster to test local changes to the policy controller using the ``
You can spin up a local [Kind](https://kind.sigs.k8s.io/) K8s cluster to test local changes to the policy controller using the `local-dev`
CLI tool. Build the tool with `make local-dev` and then run it with `./bin/local-dev setup`.

It optionally accepts the following:
Expand Down

0 comments on commit 0745da3

Please sign in to comment.