Merge pull request #5089 from Patil2099/master

docs: brew install should be brew cask install
pull/5094/head
Thomas Strömberg 2019-08-15 08:53:41 -07:00 committed by GitHub
commit dea60ede0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ weight: 2
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and install minikube:
```shell
brew install minikube
brew cask install minikube
```
{{% /tab %}}