tools: rename "master" branch references to "main"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2021-05-12 10:39:53 -07:00
parent a8e1cf0433
commit 6bab63e96b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
## Download and install
To get `benchmark` from the `master` branch via `go get`:
To get `benchmark` from the `main` branch via `go get`:
```sh
$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set

View File

@ -1,7 +1,7 @@
go install -v ./tools/etcd-dump-metrics
# for latest master branch
# for latest main branch
etcd-dump-metrics > Documentation/metrics/latest
# Or download etcd v3.3.9 to ./bin