Update the instructions for installing etcd

This commit is contained in:
Kai Chen 2018-01-18 00:13:51 +08:00
parent 573ccde3db
commit 462a7f99be
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ hack/install-etcd.sh # Installs in ./third_party/etcd
echo export PATH="\$PATH:$(pwd)/third_party/etcd" >> ~/.profile # Add to PATH
# Option b) install manually
grep -E "image.*etcd" cluster/saltbase/salt/etcd/etcd.manifest # Find version
grep -E "image.*etcd" cluster/gce/manifests/etcd.manifest # Find version
# Install that version using yum/apt-get/etc
echo export PATH="\$PATH:<LOCATION>" >> ~/.profile # Add to PATH
```