From 39d3a332d4486bb3c0e999ed061516a1aec7ce8a Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 30 Mar 2017 09:52:31 -0400 Subject: [PATCH] Update build instructions --- FAQ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 66f9b35..0897171 100644 --- a/FAQ.md +++ b/FAQ.md @@ -26,9 +26,8 @@ Next you'll need to setup your Go development environment. Check this article fo Long story short, something like this: ``` bash -$ mkdir $HOME/work -$ export GOPATH=$HOME/work # Add this to your ~/.bashrc or similar -$ go get github.com/shazow/ssh-chat +$ export GOPATH=$HOME/go # Add this to your ~/.bashrc or similar +$ go get -u github.com/shazow/ssh-chat $ cd $GOPATH/src/github.com/shazow/ssh-chat $ make ```