mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-28 17:32:05 +00:00
Fix usage instructions
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 <eloekset@msn.com>
This commit is contained in:
parent
a03f9ef01b
commit
3c90b96cc6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user