docs(readme): add missing hyperkit driver installation

I had to do it somehow, https://github.com/Homebrew/homebrew-core/pull/28076
This commit is contained in:
Vincent Voyer 2018-10-08 13:20:20 +02:00 committed by GitHub
parent 1eae8b92f1
commit 5ca4f6b00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ $ brew install docker-machine-driver-hyperkit
```bash
$ brew cask install minikube
$ brew install docker-machine-driver-hyperkit
$ minikube start --vm-driver=hyperkit
$ minikube addons enable coredns
$ minikube addons enable ingress