diff --git a/tools/benchmark/README.md b/tools/benchmark/README.md index b2f745d93ec..1a8c02b6f8d 100644 --- a/tools/benchmark/README.md +++ b/tools/benchmark/README.md @@ -2,8 +2,11 @@ `etcd/tools/benchmark` is the official benchmarking tool for etcd clusters. -## Install - -```bash -go get github.com/coreos/etcd/tools/benchmark +## Download and install +To get `benchmark` from the `master` branch via `go get`: +```sh +$ go get go.etcd.io/etcd/tools/benchmark +# GOPATH should be set +$ ls $GOPATH/bin +benchmark ```