mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
docs: remove build instructions from README
This commit is contained in:
parent
8cd1b3a4f2
commit
9180919a30
17
README.md
17
README.md
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user