浏览代码

feat(README): point people at etcdctl

etcdctl is included in the releases so point people at it.
Brandon Philips 12 年之前
父节点
当前提交
e8a284d295
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
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.
 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
 [raft]: https://github.com/coreos/go-raft
-[go-etcd]: https://github.com/coreos/go-etcd
+[etcdctl]: http://coreos.com/docs/etcdctl/
 
 
 ## Getting Started
 ## Getting Started