Update install-minikube.md (#16180)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7bb1acf3dd
commit
168b7131f2
@@ -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:
|
Here's an easy way to add the Minikube executable to your path:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo install minikube /usr/local/bin
|
sudo mkdir -p /usr/local/bin/
|
||||||
|
sudo install minikube /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user