From a38190d5bf751c92ea5076b4480945534f2e19d0 Mon Sep 17 00:00:00 2001 From: avoidalone Date: Mon, 11 Mar 2024 14:59:23 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: avoidalone --- Documentation/howto/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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