Skip to content

Commit

Permalink
fix(install): fix minikube-linux-amd64 download URL error (#20198)
Browse files Browse the repository at this point in the history
the linux amd64 download url error
  • Loading branch information
wuwentao authored Jan 6, 2025
1 parent 720cc64 commit d352083
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 d352083

Please sign in to comment.