Skip to content

Commit

Permalink
docs: update old go get command
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed May 17, 2023
1 parent d2d9f38 commit 45e6f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/howto/getting_started.md
Expand Up @@ -67,9 +67,8 @@ clair -conf "path/to/config.yaml" -mode "combo"
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 command will be in the Clair container, but can also be installed locally by running the following command:
```
GO111MODULE=on go get github.com/quay/clair/v4/cmd/clairctl@latest
go install github.com/quay/clair/v4/cmd/clairctl@latest
```
Ensure you run the above command outside of any Go directory with a go.mod file.

You can submit a manifest to ClairV4 via the following command.
```shell
Expand Down

0 comments on commit 45e6f5c

Please sign in to comment.