Updated FAQ (markdown)

Andrey Petrov 2019-01-06 14:24:03 -05:00
parent 7d8c724ac9
commit 14645ea26f

4
FAQ.md

@ -78,8 +78,12 @@ Using simply ```bash```:
## How do I install ssh-chat and run it?
There are a few options:
- If you [grabbed the binary releases](https://github.com/shazow/ssh-chat/releases), extract it and run it from the directory of where it was extracted or move the binary somewhere into your `$PATH`.
- If you're compiling it, `make build` or `go build ./cmd/ssh-chat` will spit out the binary in the project root directory, so you'll need to `./ssh-chat`
- If you're using `go get github.com/shazow/ssh-chat`, then the binary will be in your `$GOPATH/bin`. Add it to your `$PATH` or use the absolute path.
Once you have ssh-chat, you can read about [deploying the server here](https://github.com/shazow/ssh-chat/wiki/Deployment).