From ff9671f49e1f08ce9272f5bca3cd362f3a684a76 Mon Sep 17 00:00:00 2001 From: Kiran Mova Date: Fri, 2 Feb 2018 13:58:16 +0530 Subject: [PATCH] linux steps are for without VM The steps indicate minikube is getting installed without VM sudo -E ./minikube start --vm-driver=none --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564ccde3b..c2f5551e9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku ### Windows Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path. -### Linux Continuous Integration with VM Support +### Linux Continuous Integration without VM Support Example with kubectl installation: ```shell curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube -- GitLab