Skip to content

Commit 45e6f5c

Browse files
committed
docs: update old go get command
Signed-off-by: Hank Donnay <[email protected]>
1 parent d2d9f38 commit 45e6f5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/howto/getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ clair -conf "path/to/config.yaml" -mode "combo"
6767
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.
6868
The command will be in the Clair container, but can also be installed locally by running the following command:
6969
```
70-
GO111MODULE=on go get github.com/quay/clair/v4/cmd/clairctl@latest
70+
go install github.com/quay/clair/v4/cmd/clairctl@latest
7171
```
72-
Ensure you run the above command outside of any Go directory with a go.mod file.
7372

7473
You can submit a manifest to ClairV4 via the following command.
7574
```shell

0 commit comments

Comments
 (0)