Change Task titles to imperative: Tools. (#4023)

This commit is contained in:
Steve Perry
2017-06-08 11:58:27 -07:00
committed by GitHub
parent adf00a04a2
commit e1e00561f3
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
---
title: Installing Minikube
title: Install Minikube
---
{% capture overview %}
@@ -16,7 +16,7 @@ VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
{% capture steps %}
## Installing a Hypervisor
## Install a Hypervisor
If you do not already have a hypervisor installed, install one now.
@@ -33,11 +33,11 @@ If you do not already have a hypervisor installed, install one now.
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install).
## Installing kubectl
## Install kubectl
* [Install kubectl](/docs/tasks/tools/install-kubectl/).
## Installing Minikube
## Install Minikube
* Install Minikube according to the instructions for the
[latest release](https://github.com/kubernetes/minikube/releases).