diff --git a/README.md b/README.md index fc438ae732e8..2ab34146675f 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,15 @@ Follow the steps in [Procfile.learner](./Procfile.learner) to add a learner node goreman -f ./Procfile.learner start ``` +### Install etcd client v3 + +```bash +go get go.etcd.io/etcd/client/v3 +``` + +`etcd/clientv3` is the official Go etcd client for v3. Read more:[etcd client v3 install](https://github.com/etcd-io/etcd/tree/main/client/v3#install) +Notes to resolve dependency and compatibility issues for go modules: [#13108](https://github.com/etcd-io/etcd/issues/13108) + ### Next steps Now it's time to dig into the full etcd API and other guides.