From 281b54e1e1c4b35cb94343f3a86545db528e7cb3 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 9 Aug 2016 09:31:32 -0700 Subject: [PATCH] Update index.md --- docs/getting-started-guides/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index d0d6f6bbea..250cca87ca 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -27,7 +27,9 @@ a Kubernetes cluster from scratch. ### Local-machine Solutions -[Minikube](/docs/getting-started-guides/minikube/) is the recommended method for you to create a single node kubernetes cluster locally for purposes of development and testing. Setup is completely automated and doesn't require a cloud provider account. +[Minikube](/docs/getting-started-guides/minikube/) is the recommended method for you to create a single node kubernetes cluster locally for purposes of development and testing. Setup is completely automated and doesn't require a cloud provider account. + +Use the [Minikube getting started guide](/docs/getting-started-guides/minikube/) to try it out. ### Hosted Solutions