Upgrade command of homebrew installs minikube (#18281)
This commit is contained in:
parent
bc6cb17bb7
commit
b47c665674
|
|
@ -49,7 +49,7 @@ Minikube unterstützt auch die Option `--vm-driver=none`, mit der die Kubernetes
|
||||||
Die einfachste Möglichkeit, Minikube unter macOS zu installieren, ist die Verwendung von [Homebrew](https://brew.sh):
|
Die einfachste Möglichkeit, Minikube unter macOS zu installieren, ist die Verwendung von [Homebrew](https://brew.sh):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew cask install minikube
|
brew install minikube
|
||||||
```
|
```
|
||||||
|
|
||||||
Sie können es auch auf macOS installieren, indem Sie eine statische Binärdatei herunterladen:
|
Sie können es auch auf macOS installieren, indem Sie eine statische Binärdatei herunterladen:
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ Minikube también soporta una opción `--vm-driver=none` que ejecuta los compone
|
||||||
La forma más fácil de instalar Minikube en macOS es usar [Homebrew](https://brew.sh):
|
La forma más fácil de instalar Minikube en macOS es usar [Homebrew](https://brew.sh):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew cask install minikube
|
brew install minikube
|
||||||
```
|
```
|
||||||
|
|
||||||
También puedes instalarlo en macOS descargando un ejecutable autocontenido:
|
También puedes instalarlo en macOS descargando un ejecutable autocontenido:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue