From 806db584b9a83f2bb778dbe7575fe11d1e2e28c3 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 14 Aug 2017 12:44:22 +0300 Subject: [PATCH] Expand Linux CI scenario --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d3e8f8fe..652c76f8b2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ 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 CI Installation Which Supports Running in a VM (example w/ kubectl installation) +### Linux Continous Integration wih VM support +Example with `kubectl` installation: ```shell curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl