Fix a typo, add instructions for running make.

This commit is contained in:
Brendan Burns 2014-09-26 14:52:03 -07:00
parent 3e6859564a
commit e8f3c3cb19

View File

@ -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
```
```