mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
feat(README): add a link to binary downloads
This commit is contained in:
parent
d8a05f1766
commit
08abb4bb6a
11
README.md
11
README.md
@ -18,11 +18,16 @@ See [go-etcd][go-etcd] for a native Go client. Or feel free to just use curl, as
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Building
|
||||
### Getting etcd
|
||||
|
||||
To build etcd run the build script. This will generate a binary in the base directory called `./etcd`.
|
||||
The latest release is available as a binary at [Github][github-release].
|
||||
|
||||
```
|
||||
[github-release]: https://github.com/coreos/etcd/releases/
|
||||
|
||||
You can also buildi etcd from source:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/coreos/etcd
|
||||
./build
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user