瀏覽代碼

fix(README): add cd etcd on build instructions

thanks to edw in #coreos for the fix
Brandon Philips 12 年之前
父節點
當前提交
50d53f3ae0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -30,6 +30,7 @@ You can build etcd from source:
 
 ```sh
 git clone https://github.com/coreos/etcd
+cd etcd
 ./build
 ```