We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd202b commit 8eb5a01Copy full SHA for 8eb5a01
1 file changed
contrib/vagrant/README.md
@@ -6,7 +6,7 @@ The Vagrantfile and Makefile provided in this directory will launch a multi-host
6
On your workstation:
7
* Install [Vagrant](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
8
* Install [Go](http://golang.org/doc/install) and configure your GOPATH, if necessary
9
-* Install the fleetctl client: `go get github.com/coreos/fleetctl`
+* Install the fleetctl client: `go get github.com/coreos/fleet && go install github.com/coreos/fleet/fleetctl`
10
* Set the `DEIS_NUM_INSTANCES` environment variable if you'd like more (or less) than the default of 3 machines to test:
11
* `export DEIS_NUM_INSTANCES=5`
12
* Configure the fleetctl client to tunnel through one of the VMs:
0 commit comments