Browse Source

Add go path help to build instructions (#601)

Add `go get` and source directory requirements to the build
instructions.
pull/603/head
Ben Kochie 8 years ago committed by GitHub
parent
commit
f3a4afc059
  1. 2
      README.md

2
README.md

@ -105,6 +105,8 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
## Building and running ## Building and running
go get github.com/prometheus/node_exporter
cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter
make make
./node_exporter <flags> ./node_exporter <flags>

Loading…
Cancel
Save