Browse Source

fix(README): add cd etcd on build instructions

thanks to edw in #coreos for the fix
Brandon Philips 12 years ago
parent
commit
50d53f3ae0
1 changed files with 1 additions and 0 deletions
  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
 ```