mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-25 11:17:43 +03:00
Updated FAQ (markdown)
parent
7d8c724ac9
commit
14645ea26f
4
FAQ.md
4
FAQ.md
@ -78,8 +78,12 @@ Using simply ```bash```:
|
|||||||
|
|
||||||
## How do I install ssh-chat and run it?
|
## 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 [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 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.
|
- 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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user