From f3a4afc0592a065c64f1cc358f7c3bafc550a31a Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 15 Jun 2017 09:32:45 +0200 Subject: [PATCH] Add go path help to build instructions (#601) Add `go get` and source directory requirements to the build instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ec32f00..4c721ae2 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom ## Building and running + go get github.com/prometheus/node_exporter + cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter make ./node_exporter