tools: rename "master" branch references to "main"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
a8e1cf0433
commit
6bab63e96b
@ -3,7 +3,7 @@
|
|||||||
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
||||||
|
|
||||||
## Download and install
|
## Download and install
|
||||||
To get `benchmark` from the `master` branch via `go get`:
|
To get `benchmark` from the `main` branch via `go get`:
|
||||||
```sh
|
```sh
|
||||||
$ go get go.etcd.io/etcd/tools/benchmark
|
$ go get go.etcd.io/etcd/tools/benchmark
|
||||||
# GOPATH should be set
|
# GOPATH should be set
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
go install -v ./tools/etcd-dump-metrics
|
go install -v ./tools/etcd-dump-metrics
|
||||||
|
|
||||||
# for latest master branch
|
# for latest main branch
|
||||||
etcd-dump-metrics > Documentation/metrics/latest
|
etcd-dump-metrics > Documentation/metrics/latest
|
||||||
|
|
||||||
# Or download etcd v3.3.9 to ./bin
|
# Or download etcd v3.3.9 to ./bin
|
||||||
|
Loading…
Reference in New Issue
Block a user