From 23801aa978be8e2cbd4a567d0b503a9418d50359 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 20 Aug 2015 11:30:28 -0700 Subject: [PATCH] Update quickstart go get instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0bec30..2046c82 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/cmd/ssh-chat` on this repo, you should be able to run a command like: ```