From 3554f1941d5cefb2bc785dc38bb8abe90a0f43cb Mon Sep 17 00:00:00 2001 From: Wiiliam Chang Date: Mon, 3 Apr 2017 19:17:14 +0800 Subject: [PATCH] Add the virtualbox support description for windows host. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be33a07e4..9aa1bda1df 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a * OS X * [xhyve driver](./DRIVERS.md#xhyve-driver), [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [VMware Fusion](https://www.vmware.com/products/fusion) installation * Linux - * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation, + * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation * Windows - * [Hyper-V](./DRIVERS.md#hyperv-driver) + * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](./DRIVERS.md#hyperv-driver) installation * VT-x/AMD-v virtualization must be enabled in BIOS * `kubectl` must be on your path. Minikube currently supports any version of `kubectl` greater than 1.0, but we recommend using the most recent version. You can install kubectl with [these steps](http://kubernetes.io/docs/getting-started-guides/kubectl/).