Skip to content

Commit

Permalink
Update install-minikube.md (#16180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro authored and k8s-ci-robot committed Sep 27, 2019
1 parent 7bb1acf commit 168b713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/tasks/tools/install-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku
Here's an easy way to add the Minikube executable to your path:

```shell
sudo install minikube /usr/local/bin
sudo mkdir -p /usr/local/bin/
sudo install minikube /usr/local/bin/
```

{{% /tab %}}
Expand Down

0 comments on commit 168b713

Please sign in to comment.