Ver Fonte

Merge pull request #89 from philips/readme-fixups

feat(README): add a link to binary downloads
Xiang Li há 12 anos atrás
pai
commit
af202c7412
1 ficheiros alterados com 8 adições e 3 exclusões
  1. 8 3
      README.md

+ 8 - 3
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
 ## 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
 ./build
 ```
 ```