Skip to content

Commit

Permalink
Update etcd installation steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Sep 17, 2014
1 parent ac8ee45 commit 5ea0bf9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,12 @@ godep go tool cover -html=target/c.out

### Integration tests

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.
You need an etcd somewhere in your PATH. To install etcd, run:

```
./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
cd kubernetes
hack/install-etcd.sh
sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd
```

```
Expand Down

0 comments on commit 5ea0bf9

Please sign in to comment.