aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-10-11 11:46:13 +0200
committerGitHub <noreply@github.com>2017-10-11 11:46:13 +0200
commit8f9edf87b5e826fa6a4dc43883d2cb6311d2e1ee (patch)
tree4335128a008175ec419e583662838caffb4b96cf /README.md
parent1e4af2125620a755e0c9c24431b30803903cbaf2 (diff)
downloadprometheus_node_collector-8f9edf87b5e826fa6a4dc43883d2cb6311d2e1ee.tar.bz2
prometheus_node_collector-8f9edf87b5e826fa6a4dc43883d2cb6311d2e1ee.tar.xz
prometheus_node_collector-8f9edf87b5e826fa6a4dc43883d2cb6311d2e1ee.zip
Add extra notes to Building section (#694)
* Add link to Golang * Add note about RHEL/CentOS build dep.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8493ae2..04053a1 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,13 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
109 109
110## Building and running 110## Building and running
111 111
112Prerequisites:
113
114* [Go compiler](https://golang.org/dl/)
115* RHEL/CentOS: `glibc-static` package.
116
117Building:
118
112 go get github.com/prometheus/node_exporter 119 go get github.com/prometheus/node_exporter
113 cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter 120 cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter
114 make 121 make