Update install-minikube.md (#16180)

This commit is contained in:
Artem V. Navrotskiy 2019-09-27 23:23:36 +03:00 committed by Kubernetes Prow Robot
parent 7bb1acf3dd
commit 168b7131f2
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}}