Skip to content

Commit

Permalink
Fix etcd install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Sep 16, 2014
1 parent cacf888 commit 16c1e31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@ godep go tool cover -html=target/c.out

You need an etcd somewhere in your path. To get from head:

*Important Note* etcd is currently broken at head. You need to build using the ```hack/install-etcd.sh``` script.

```
go get github.com/coreos/etcd
go install github.com/coreos/etcd
sudo ln -s "$GOPATH/bin/etcd" /usr/bin/etcd
./hack/install-etcd.sh
sudo ln -s "third_party/bin/etcd" /usr/bin/etcd
# Or just use the packaged one:
sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd
```
Expand Down

0 comments on commit 16c1e31

Please sign in to comment.