Specify recursive go get

Fixes #129.
Tells `go get` to fetch the packages needed by cmd/ssh-chat/...
This commit is contained in:
Matt Day 2015-08-20 04:27:40 -06:00
parent 3e54932f7b
commit d799863305

View File

@ -49,7 +49,7 @@ Help Options:
-h, --help Show this help message
```
After doing `go get github.com/shazow/ssh-chat` on this repo, you should be able
After doing `go get github.com/shazow/ssh-chat/...` on this repo, you should be able
to run a command like:
```