fix(README): add cd etcd on build instructions

thanks to edw in #coreos for the fix
release-0.4
Brandon Philips 2013-08-22 13:13:41 -07:00
parent 29b7aab5fc
commit 50d53f3ae0
1 changed files with 1 additions and 0 deletions

View File

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