mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Revert "build: add build script and update readme"
This reverts commit 2866a7488e.
This commit is contained in:
15
README.md
15
README.md
@@ -33,16 +33,7 @@ The latest release and setup instructions are available at [GitHub][github-relea
|
||||
|
||||
### Building
|
||||
|
||||
You can build etcd using the standard go workflow:
|
||||
|
||||
```sh
|
||||
export GOPATH=/path/to/gopath
|
||||
go get github.com/coreos/etcd
|
||||
```
|
||||
|
||||
which will generate a binary at `$GOPATH/bin/etcd`
|
||||
|
||||
Or build from source using the provided `build` script, which generates a binary at `./bin/etcd`:
|
||||
You can build etcd from source:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/coreos/etcd
|
||||
@@ -50,7 +41,9 @@ cd etcd
|
||||
./build
|
||||
```
|
||||
|
||||
_NOTE_: etcd requires go 1.2+. Please check your installation with
|
||||
This will generate a binary called `./bin/etcd`.
|
||||
|
||||
_NOTE_: you need go 1.2+. Please check your installation with
|
||||
|
||||
```
|
||||
go version
|
||||
|
||||
Reference in New Issue
Block a user