From f81bc29b9ed002620cba988e68b35fdc704f116b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 23 Nov 2015 22:35:09 +0100 Subject: [PATCH] Fix installation command in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package name was missing an “s”, and “go install” only works when you already have downloaded the package. --- contrib/analyze-local-images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/analyze-local-images/README.md b/contrib/analyze-local-images/README.md index e84b0a10..31bef093 100644 --- a/contrib/analyze-local-images/README.md +++ b/contrib/analyze-local-images/README.md @@ -8,7 +8,7 @@ There are absolutely no guarantees and it only uses a minimal subset of Clair's You need to install this tool: - go install github.com/coreos/clair/contrib/analyze-local-image + go get -u github.com/coreos/clair/contrib/analyze-local-images You also need a working Clair instance, the bare minimal setup is to run Clair in a Docker instance without much configuration: