Skip to content

Commit

Permalink
bump: updates based on inputs from @tdoublep. Thanks @tdoublep for th…
Browse files Browse the repository at this point in the history
…e quick review.
  • Loading branch information
rohanarora committed Jun 19, 2024
1 parent 3c3c69a commit 9991531
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ version.BuildInfo{Version:"v3.11.3", GitCommit:"323249351482b3bbfc9f5004f65d400a
# Based on https://kind.sigs.k8s.io/docs/user/quick-start#installing-from-release-binaries
# For AMD64 / x86_64
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-amd64
# For ARM64
[ $(uname -m) = aarch64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-arm64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
mv ./kind ~/bin/
```

And verify the installation:
Expand Down

0 comments on commit 9991531

Please sign in to comment.