Fabrizio (Misto) Milo 12 년 전
부모
커밋
d88bfc084b
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -24,13 +24,23 @@ The latest release is available as a binary at [Github][github-release].
 
 [github-release]: https://github.com/coreos/etcd/releases/
 
-You can also build etcd from source:
+### Building
+
+You can build etcd from source:
 
 ```sh
 git clone https://github.com/coreos/etcd
 ./build
 ```
 
+This will generate a binary in the base directory called `./etcd`.
+
+_NOTE_: you need go 1.1+. Please check your installation with
+
+```
+go version
+```
+
 ### Running a single node
 
 These examples will use a single node cluster to show you the basics of the etcd REST API. Lets start etcd: