docs: remove build instructions from README

This commit is contained in:
Jonathan Boulle 2014-09-08 14:57:16 -07:00
parent 8cd1b3a4f2
commit 9180919a30

View File

@ -38,22 +38,7 @@ The latest release and setup instructions are available at [GitHub][github-relea
[github-release]: https://github.com/coreos/etcd/releases/ [github-release]: https://github.com/coreos/etcd/releases/
### Running etcd
### Building
You can build etcd using the standard go workflow - ensure `GOPATH` is set appropriately, and then:
```sh
go get github.com/coreos/etcd
```
which will generate a binary at `$GOPATH/bin/etcd`
_NOTE_: etcd requires go 1.2+. Please check your installation with
```
go version
```
First start a single-machine cluster of etcd: First start a single-machine cluster of etcd: