diff --git a/Documentation/howto/getting_started.md b/Documentation/howto/getting_started.md index 134761dee3..95006528d4 100644 --- a/Documentation/howto/getting_started.md +++ b/Documentation/howto/getting_started.md @@ -64,7 +64,7 @@ clair -conf "path/to/config.yaml" -mode "combo" ## Submitting A Manifest -The simplest way to submit a manifest to your running Clair is utilizing [clairctl](../reference/clairctl.md). This is a CLI tool capable of grabbing image manifests from public repositories and and submitting them for analysis. +The simplest way to submit a manifest to your running Clair is utilizing [clairctl](../reference/clairctl.md). This is a CLI tool capable of grabbing image manifests from public repositories and submitting them for analysis. The command will be in the Clair container, but can also be installed locally by running the following command: ``` go install github.com/quay/clair/v4/cmd/clairctl@latest