Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Fixes curl for binary download
  • Loading branch information
SzymonNadbrzezny authored Dec 31, 2024
1 parent 720cc64 commit 417dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/start/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Click on the buttons that describe your target platform. For other architectures

{{% quiz_instruction id="/Linux/x86-64/Stable/Binary download" %}}
```shell
curl -LO https://github.com/kubernetes/minikube/releases/latest/download/minikube-linux-amd64/
curl -LO https://github.com/kubernetes/minikube/releases/latest/download/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube && rm minikube-linux-amd64
```
{{% /quiz_instruction %}}
Expand Down

0 comments on commit 417dde5

Please sign in to comment.