From e8a284d2954afca787a8a57e68d112a23d741dd0 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 11 Aug 2013 19:10:35 -0700 Subject: [PATCH] feat(README): point people at etcdctl etcdctl is included in the releases so point people at it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7ee210c..dd7536f7a 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ A highly-available key value store for shared configuration and service discover Etcd is written in Go and uses the [raft][raft] consensus algorithm to manage a highly-available replicated log. -See [go-etcd][go-etcd] for a native Go client. Or feel free to just use curl, as in the examples below. +See [etcdctl][etcdctl] for a simple command line client. Or feel free to just use curl, as in the examples below. [raft]: https://github.com/coreos/go-raft -[go-etcd]: https://github.com/coreos/go-etcd +[etcdctl]: http://coreos.com/docs/etcdctl/ ## Getting Started