Skip to content

Commit 8eb5a01

Browse files
author
Matthew Fisher
committed
docs(contrib/vagrant): update location of fleetctl
fixes #739
1 parent dfd202b commit 8eb5a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Vagrantfile and Makefile provided in this directory will launch a multi-host
66
On your workstation:
77
* Install [Vagrant](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
88
* Install [Go](http://golang.org/doc/install) and configure your GOPATH, if necessary
9-
* Install the fleetctl client: `go get github.com/coreos/fleetctl`
9+
* Install the fleetctl client: `go get github.com/coreos/fleet && go install github.com/coreos/fleet/fleetctl`
1010
* Set the `DEIS_NUM_INSTANCES` environment variable if you'd like more (or less) than the default of 3 machines to test:
1111
* `export DEIS_NUM_INSTANCES=5`
1212
* Configure the fleetctl client to tunnel through one of the VMs:

0 commit comments

Comments
 (0)