From 149c31c1674e0320e1d1152de1dd25a31a35b9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20K=C3=BChl?= Date: Wed, 9 Aug 2017 21:09:38 +0200 Subject: [PATCH] Fix a formatting issue in last README commit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acdd600..14d24c00 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,11 @@ $ go get -d github.com/kinvolk/kube-spawn $ cd $GOPATH/src/github.com/kinvolk/kube-spawn $ make vendor all -# The `up` command pulls the image, sets up the nodes and then configures the cluster using [kubeadm](https://github.com/kubernetes/kubeadm). $ sudo GOPATH=$GOPATH CNI_PATH=$GOPATH/bin ./kube-spawn up --image=coreos --nodes=3 ``` +The `up` subcommand pulls the image, sets up the nodes and then configures the cluster using [kubeadm](https://github.com/kubernetes/kubeadm). + Now that you're up and running, you can start using it. ## Deploying to your local cluster