Update build instructions

Andrey Petrov 2017-03-30 09:52:31 -04:00
parent 086500ee02
commit 39d3a332d4

5
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: Long story short, something like this:
``` bash ``` bash
$ mkdir $HOME/work $ export GOPATH=$HOME/go # Add this to your ~/.bashrc or similar
$ export GOPATH=$HOME/work # Add this to your ~/.bashrc or similar $ go get -u github.com/shazow/ssh-chat
$ go get github.com/shazow/ssh-chat
$ cd $GOPATH/src/github.com/shazow/ssh-chat $ cd $GOPATH/src/github.com/shazow/ssh-chat
$ make $ make
``` ```