diff --git a/README.md b/README.md index 1008375..951d60a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ This exporter exports some variables from Philips Hue Bridge (https://www.philips-hue.com) to prometheus. -## Building +## Build go get github.com/aexel90/hue_exporter/ cd $GOPATH/src/github.com/aexel90/hue_exporter go install -## Running +## Execute How to create a user for your bridge is described here: https://developers.meethue.com/develop/get-started-2/ @@ -34,6 +34,12 @@ Usage: -username string The username token having bridge access +## Docker + + cp .env.template .env + vi .env + docker-compose up -d --build + ## Example execution ### Running within prometheus: