mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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.
|
||||
|
||||
## 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user