2
0
mirror of https://github.com/etcd-io/etcd.git synced 2024-09-27 06:25:44 +00:00
This commit is contained in:
Xiang Li 2013-08-04 17:44:25 -07:00
commit b046e184d4

@ -18,7 +18,7 @@ See [go-etcd][go-etcd] for a native go client. Or feel free to just use curl, as
### Building
etcd is installed like any other Go binary. The steps below will put everything into a directory called etcd.
etcd is installed like any other Go (golang >= 1.1) binary. The steps below will put everything into a directory called etcd.
```
mkdir etcd