Skip to content

Commit

Permalink
Updates quick installation linux command
Browse files Browse the repository at this point in the history
  • Loading branch information
rewanthtammana committed Aug 4, 2022
1 parent 7110140 commit 8d258b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 /usr/local/bin/kind
sudo mv ./kind /usr/local/bin/kind
```

On macOS via Homebrew:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 /usr/local/bin/kind
sudo mv ./kind /usr/local/bin/kind
{{< /codeFromInline >}}

On macOS:
Expand Down

0 comments on commit 8d258b5

Please sign in to comment.