Skip to content

Commit

Permalink
Add extra notes to Building section (#694)
Browse files Browse the repository at this point in the history
* Add link to Golang
* Add note about RHEL/CentOS build dep.
  • Loading branch information
SuperQ authored Oct 11, 2017
1 parent 1e4af21 commit 8f9edf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9edf8

Please sign in to comment.