Skip to content
Snippets Groups Projects
Commit 8f9edf87 authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

Add extra notes to Building section (#694)

* Add link to Golang
* Add note about RHEL/CentOS build dep.
parent 1e4af212
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -109,6 +109,13 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
 
## Building and running
 
Prerequisites:
* [Go compiler](https://golang.org/dl/)
* RHEL/CentOS: `glibc-static` package.
Building:
go get github.com/prometheus/node_exporter
cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter
make
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment