summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorDeyuan Deng <deyuan.deng@gmail.com>2014-11-02 20:13:43 -0500
committerDeyuan Deng <deyuan.deng@gmail.com>2014-11-11 22:12:27 -0500
commitfcaa1651e4ba4c6b73284acdd45e18c19ec74a5d (patch)
treef1364fbe7375cf4089c2bd40168600650afbd066 /development.md
parente60fd03ae144559d597553de28f391c27ad50a4c (diff)
Fix DESIGN.md link, and etcd installation instruction.
Diffstat (limited to 'development.md')
-rw-r--r--development.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/development.md b/development.md
index 220c9371..38635ace 100644
--- a/development.md
+++ b/development.md
@@ -100,18 +100,7 @@ godep go tool cover -html=target/c.out
## Integration tests
-You need an etcd somewhere in your PATH. To install etcd, run:
-
-```
-cd kubernetes
-hack/travis/install-etcd.sh
-sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd
-```
-
-```
-cd kubernetes
-hack/test-integration.sh
-```
+You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``.
## End-to-End tests