diff --git a/site/config.toml b/site/config.toml index e90db5f754..ab51b7ce55 100644 --- a/site/config.toml +++ b/site/config.toml @@ -62,7 +62,7 @@ weight = 1 [params] copyright = "The Kubernetes Authors -- " # The latest release of minikube -latest_release = "1.3.0" +latest_release = "1.3.1" privacy_policy = "" diff --git a/site/content/en/docs/Reference/Drivers/includes/hyperkit_usage.inc b/site/content/en/docs/Reference/Drivers/includes/hyperkit_usage.inc index 3604c0fa95..849fa3fcb3 100644 --- a/site/content/en/docs/Reference/Drivers/includes/hyperkit_usage.inc +++ b/site/content/en/docs/Reference/Drivers/includes/hyperkit_usage.inc @@ -3,24 +3,22 @@ - macOS 10.11+ - HyperKit -## Installing dependencies +## HyperKit installation -If Docker for Desktop is installed, HyperKit is already installed. - -Otherwise, if the [Brew Package Manager](https://brew.sh/) is installed: +* If Docker for Desktop is installed, you already have HyperKit +* Otherwise, if you have [Brew Package Manager](https://brew.sh/), run: ```shell brew install hyperkit ``` -As a final alternative, you can [Install HyperKit from GitHub](https://github.com/moby/hyperkit) +* As a final alternative, you may [Install HyperKit from GitHub](https://github.com/moby/hyperkit) -## Driver Installation +## Driver installation -Download and install the latest minikube driver: +You must also download and install the latest minikube driver: ```shell -curl -LO https://storage.googleapis.com/minikube/releases/latest/ -docker-machine-driver-hyperkit \ +curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \ && sudo install -o root -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ ``` \ No newline at end of file