mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-25 11:17:43 +03:00
Update build instructions
parent
086500ee02
commit
39d3a332d4
5
FAQ.md
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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user