Updates linux default installation

This commit is contained in:
Rewanth Tammana
2022-08-03 15:25:45 +04:00
committed by GitHub
parent 81790560be
commit 7110140aa9
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ On Linux:
```console
curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.14.0/kind-$(uname)-amd64"
chmod +x ./kind
mv ./kind /some-dir-in-your-PATH/kind
mv ./kind /usr/local/bin/kind
```
On macOS via Homebrew:

View File

@@ -60,7 +60,7 @@ On Linux:
{{< codeFromInline lang="bash" >}}
curl -Lo ./kind https://kind.sigs.k8s.io/dl/{{< stableVersion >}}/kind-linux-amd64
chmod +x ./kind
mv ./kind /some-dir-in-your-PATH/kind
mv ./kind /usr/local/bin/kind
{{< /codeFromInline >}}
On macOS: