Merge pull request #13118 from forging2012/patch-1

Update Readme for install etcd client v3 more visibility #13108
This commit is contained in:
Sahdev Zala 2021-06-18 14:25:19 -04:00 committed by GitHub
commit f992d697ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,12 @@ 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
```
### Next steps
Now it's time to dig into the full etcd API and other guides.