Fix installation command in README.md

The package name was missing an “s”, and “go install” only works when you already have downloaded the package.
This commit is contained in:
Michael Stapelberg 2015-11-23 22:35:09 +01:00
parent fdbe1ebca8
commit f81bc29b9e

View File

@ -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: