mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #94 from philips/fixup-readme
feat(README): point people at etcdctl
This commit is contained in:
commit
2b14fbebde
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user