Update README.md

Those updates were needed on my side to run it smoothly.
This commit is contained in:
Valentin Polo 2020-01-21 09:46:11 +01:00 committed by GitHub
parent 67f4216fd4
commit 5a77b5e6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ Install minikube and the "ingress" and "metrics-server" addons:
$ brew install kubectl
[...]
$ brew cask install minikube
$ brew install minikube
[...]
$ minikube start
$ minikube start --vm-driver=virtualbox
[...]
🏄 Done! Thank you for using minikube!