Upgrade command of homebrew installs minikube (#18281)

pull/19155/head
Jie Shen 2020-02-18 00:13:30 +08:00 committed by GitHub
parent bc6cb17bb7
commit b47c665674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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):
```shell
brew cask install minikube
brew install minikube
```
Sie können es auch auf macOS installieren, indem Sie eine statische Binärdatei herunterladen:

View File

@ -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):
```shell
brew cask install minikube
brew install minikube
```
También puedes instalarlo en macOS descargando un ejecutable autocontenido: