diff --git a/FAQ.md b/FAQ.md index 628c5b8..f02bbc3 100644 --- a/FAQ.md +++ b/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).