Slowly expand readme
This commit is contained in:
parent
dca46a11c4
commit
33b06deaf5
|
@ -1,2 +1,10 @@
|
||||||
# prometheus-mumble
|
# prometheus-mumble
|
||||||
A simple interface to gather statistics from 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue