From 33b06deaf51565c922d58bd610884bf686b4ff9d Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Wed, 25 May 2016 17:27:16 +0200 Subject: [PATCH] Slowly expand readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d66d6c..ace0b3d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # prometheus-mumble A simple interface to gather statistics from mumble + +## Install +You can run this in a virtual env or build with pants. + +``` + $ pants binary src:mumble-prometheus + $ dist/mumble-prometheus.pex --host 127.0.0.1 --port 6502 --listen 9123 --secret=ice_secret +```