From e8f3c3cb196841b6d837f068ad874103952de0d0 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Fri, 26 Sep 2014 14:52:03 -0700 Subject: [PATCH] Fix a typo, add instructions for running make. --- docs/getting-started-guides/vagrant.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index 679fd5630e..6ebd0a8ef8 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -71,7 +71,9 @@ vagrant destroy ``` Once your Vagrant machines are up and provisioned, the first thing to do is to check that you can use the `kubecfg.sh` script. -Set the `KUBERNETS_PROVIDER` environment variable and try to list the minions: +Set the `KUBERNETES_PROVIDER` environment variable and try to list the minions: + +You may need to build the binaries first, you can do this with ```make``` ``` $ export KUBERNETES_PROVIDER=vagrant @@ -282,4 +284,4 @@ You can control the number of minions that are instantiated via the environment ``` export KUBERNETES_NUM_MINIONS=1 -``` \ No newline at end of file +```