Mark v1.3.1 aslatest, fix hyperkit install doc

pull/5060/head
Thomas Stromberg 2019-08-13 08:55:56 -07:00
parent 0176cc3433
commit 0422492183
2 changed files with 8 additions and 10 deletions

View File

@ -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 = ""

View File

@ -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/
```