Update README.md

Co-authored-by: Jawad Seddar <jawad.seddar@gmail.com>
This commit is contained in:
Thomas Lambert 2021-06-01 15:48:09 +02:00 committed by GitHub
parent cab7c90e6d
commit 0bfd8e085e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $ minikube start --vm=true --vm-driver=virtualbox
🔥 Creating virtualbox VM ...
```
If if you did launch minikube already, the `--vm` flag may be ignored as minikube caches the previous config. If so you may want to delete and relaunch minikube (warning: it will delete your whole minikube setup)
If you did launch minikube already, the `--vm` flag may be ignored as minikube caches the previous config. If so you may want to delete and relaunch minikube (warning: it will delete your whole minikube setup)
```sh
$ minikube stop && minikube delete && minikube start --vm=true --vm-driver=virtualbox