removed extra kind
This commit is contained in:
parent
b23fe61f0a
commit
8ef0f5ab3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/README.md
vendored
2
.github/workflows/README.md
vendored
|
@ -8,7 +8,7 @@
|
|||
- to set up dependencies, run the following commands:
|
||||
```
|
||||
# install kubectl
|
||||
sudo apt-get install kind kubectl
|
||||
sudo apt-get install kubectl
|
||||
# install kind
|
||||
curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64"
|
||||
chmod +x ./kind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue