From d7998633053c8f3c28f5167e44aa6720eab4995e Mon Sep 17 00:00:00 2001 From: Matt Day Date: Thu, 20 Aug 2015 04:27:40 -0600 Subject: [PATCH] Specify recursive `go get` Fixes #129. Tells `go get` to fetch the packages needed by cmd/ssh-chat/... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d0f4d..c0bec30 100644 --- a/README.md +++ b/README.md @@ -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: ```