Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Update README.md #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ func main() {

```bash
go get github.com/coreos/go-etcd/etcd
```
Note that this is broken upstream, so you also need to do:
```bash
#save current etcd directory
etcdDir=$(pwd)
#change to ugorji/go directory
cd ~/go/src/github.com/ugorji/go
#go back to working version
git checkout 8c0409fcbb70099c748d71f714529204975f6c3f
#go back to etcd directory
cd $etcdDir
go get github.com/coreos/go-etcd/etcd

```

## Caveat
Expand Down