Commit 7fb3602e authored by Julius Volz's avatar Julius Volz

Merge pull request #195 from prometheus/beorn7/fix

Add `go get` to the build instructions for the example client.
parents c66cd25e e354312e
......@@ -160,6 +160,7 @@ processes:
# Fetch the client library code and compile example.
git clone https://github.com/prometheus/client_golang.git
cd client_golang/examples/random
go get -d
go build
# Start 3 example targets in separate terminals:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment