Commit e354312e authored by beorn7's avatar beorn7

Add `go get` to the build instructions for the example client.

parent 2c1b4ae2
......@@ -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