fix(README): add cd etcd on build instructions

thanks to edw in #coreos for the fix
This commit is contained in:
Brandon Philips 2013-08-22 13:13:41 -07:00
parent 29b7aab5fc
commit 50d53f3ae0

View File

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