Skip to content

Commit f992d69

Browse files
authored
Merge pull request #13118 from forging2012/patch-1
Update Readme for install etcd client v3 more visibility #13108
2 parents 76df94a + 175e235 commit f992d69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ Follow the steps in [Procfile.learner](./Procfile.learner) to add a learner node
153153
goreman -f ./Procfile.learner start
154154
```
155155

156+
### Install etcd client v3
157+
158+
```bash
159+
go get go.etcd.io/etcd/client/v3
160+
```
161+
156162
### Next steps
157163

158164
Now it's time to dig into the full etcd API and other guides.

0 commit comments

Comments
 (0)