From a1bbd7dbf0d71e72cf8b2284aff8ca2326162709 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 3 Jan 2017 13:25:15 -0500 Subject: [PATCH] README: add git dependency --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c55829..d4f86f95 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,11 @@ $ docker run -d -p 6060-6061:6060-6061 -v $HOME/clair_config:/config quay.io/cor ### Source To build Clair, you need to latest stable version of [Go] and a working [Go environment]. -In addition, Clair requires that [bzr], [rpm], and [xz] be available on the system [$PATH]. +In addition, Clair requires that [git], [bzr], [rpm], and [xz] be available on the system [$PATH]. [Go]: https://github.com/golang/go/releases [Go environment]: https://golang.org/doc/code.html +[git]: https://git-scm.com [bzr]: http://bazaar.canonical.com/en [rpm]: http://www.rpm.org [xz]: http://tukaani.org/xz