mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc: don't use ETCDCTL_API=3 in dl_build
In the spirit of keeping newb instructions simple, do not specify ETCDCTL_API=3 since it is redundant. Note: v3 has been the default since 25bc65794.
This commit is contained in:
parent
1eee465a43
commit
b398947cf9
@ -52,11 +52,11 @@ $ $GOPATH/bin/etcd
|
||||
Run the following:
|
||||
|
||||
```sh
|
||||
$ ETCDCTL_API=3 ./bin/etcdctl put foo bar
|
||||
$ ./bin/etcdctl put foo bar
|
||||
OK
|
||||
```
|
||||
|
||||
(or `ETCDCTL_API=3 $GOPATH/bin/etcdctl put foo bar` if etcdctl was installed with `go get`)
|
||||
(or `$GOPATH/bin/etcdctl put foo bar` if etcdctl was installed with `go get`)
|
||||
|
||||
If OK is printed, then etcd is working!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user