Update README.md

Add two missing steps to get analyze-local-images built.
This commit is contained in:
candita 2016-04-04 16:00:38 -04:00
parent f0642bb47f
commit 1473e92e92

View File

@ -9,6 +9,8 @@ There are absolutely no guarantees and it only uses a minimal subset of Clair's
To install the tool, simply run the following command, with a proper Go environment:
go get -u github.com/coreos/clair/contrib/analyze-local-images
cd analyze-local-images
go build
You also need a working Clair instance. To learn how to run Clair, take a look at the [README](https://github.com/coreos/clair/blob/master/README.md). You then should wait for its initial vulnerability update to complete, which may take some time.