Selaa lähdekoodia

fix(README): add cd etcd on build instructions

thanks to edw in #coreos for the fix
Brandon Philips 12 vuotta sitten
vanhempi
commit
50d53f3ae0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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
 ```