Skip to content

Commit 486b422

Browse files
author
Gabriel Monroy
committed
docs(readme): update install instructions
1 parent e65ffcb commit 486b422

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -20,9 +22,8 @@ Usage:
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

2728
Test password-less SSH connectivity to a CoreOS host:
2829

0 commit comments

Comments
 (0)