removed extra kind

This commit is contained in:
Daniel Sanche 2020-01-27 16:22:09 -08:00
parent b23fe61f0a
commit 8ef0f5ab3e

View file

@ -8,7 +8,7 @@
- to set up dependencies, run the following commands: - to set up dependencies, run the following commands:
``` ```
# install kubectl # install kubectl
sudo apt-get install kind kubectl sudo apt-get install kubectl
# install kind # install kind
curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64" curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64"
chmod +x ./kind chmod +x ./kind