From 72a8027b7fff323e3848f46a3fd3cc3ab6a5ebbc Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 29 Dec 2015 01:45:26 -0500 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11e50a50..63e0960d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # *mgmt*: This is: mgmt! -[![Build Status](https://secure.travis-ci.org/purpleidea/mgmt.png)](http://travis-ci.org/purpleidea/mgmt) [![Documentation](https://img.shields.io/docs/markdown.png)](DOCUMENTATION.md) [![IRC](https://img.shields.io/irc/%23mgmtconfig.png)](https://webchat.freenode.net/?channels=#mgmtconfig) +[![Build Status](https://secure.travis-ci.org/purpleidea/mgmt.png)](http://travis-ci.org/purpleidea/mgmt) +[![Documentation](https://img.shields.io/docs/markdown.png)](DOCUMENTATION.md) +[![IRC](https://img.shields.io/irc/%23mgmtconfig.png)](https://webchat.freenode.net/?channels=#mgmtconfig) ## Documentation: Please see: [DOCUMENTATION.md](DOCUMENTATION.md) or [PDF](https://pdfdoc-purpleidea.rhcloud.com/pdf/https://github.com/purpleidea/mgmt/blob/master/DOCUMENTATION.md). @@ -25,8 +27,9 @@ Please look in the [examples/](examples/) folder for usage. If none exist, pleas * TODO ## Dependencies: -* golang (available in most distros) -* pandoc (for building a pdf of the documentation) +* golang (required, available in most distros) +* pandoc (optional, for building a pdf of the documentation) +* graphviz (optional, for building a visual representation of the graph) ## Patches: We'd love to have your patch! Please send it by email, or as a pull request.