From 3c90b96cc665f446db58c00ce7d332b03fc3011d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20Gussi=C3=A5s=20L=C3=B8kseth?= Date: Mon, 6 Jul 2020 00:17:02 +0200 Subject: [PATCH] Fix usage instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #564 `promu build -v` is the correct command to build **windows_exporter** (no . as argument for local directory) Signed-off-by: Eivind Gussiås Løkseth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2f2978..08e4e658 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ See [open issues](https://github.com/prometheus-community/windows_exporter/issue go get -u github.com/prometheus/promu go get -u github.com/prometheus-community/windows_exporter cd $env:GOPATH/src/github.com/prometheus-community/windows_exporter - promu build -v . + promu build -v .\windows_exporter.exe The prometheus metrics will be exposed on [localhost:9182](http://localhost:9182)