瀏覽代碼

benchmark: fix install docs

haroldHT 7 年之前
父節點
當前提交
a1fb18a9fc
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7 4
      tools/benchmark/README.md

+ 7 - 4
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
 ```