From 69842b344d6edc4dca9e4f643ddb037a288a536d Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 22 Oct 2014 17:24:30 -0700 Subject: [PATCH] etcdctl: reflect build script location in README.md --- etcdctl/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etcdctl/README.md b/etcdctl/README.md index 7f62bd2fb..027b779a7 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -13,12 +13,7 @@ The latest release is available as a binary at [Github][github-release] along wi [github-release]: https://github.com/coreos/etcd/releases/ -You can also build etcdctl from source: - -``` -./build -``` - +You can also build etcdctl from source using the build script found in the parent directory. ## Usage