Skip to content

Commit

Permalink
README: add git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Jan 3, 2017
1 parent 722ab3c commit a1bbd7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1bbd7d

Please sign in to comment.