File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ In order to build and install `deisctl` you will need the following:
1111 * Godeps (install with ` go get github.com/tools/godep ` )
1212
1313``` console
14+ $ go get -v github.com/deis/deisctl
15+ $ cd $GOPATH /src/github.com/deis/deisctl
1416$ make install
1517
1618$ deisctl
2022
2123## Remote Configuration
2224
23- While ` deisctl ` can be run locally on a CoreOS host, it is most useful as a tool
24- for remote administration of a Deis platform. For remote connectivity to work,
25- you must configure an SSH tunnel to one of your CoreOS hosts.
25+ While ` deisctl ` can be used locally on a CoreOS host, it is extremely useful as a tool
26+ for remote administration. This requires an SSH tunnel to one of your CoreOS hosts.
2627
2728Test password-less SSH connectivity to a CoreOS host:
2829
You can’t perform that action at this time.
0 commit comments