mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 23:27:17 +03:00
Add compiling section to README
This commit is contained in:
parent
cfa97df306
commit
0e3b42085b
@ -46,6 +46,11 @@ $ ssh-chat --verbose --bind ":2022" --identity ~/.ssh/id_dsa
|
||||
To bind on port 22, you'll need to make sure it's free (move any other ssh
|
||||
daemons to another port) and run ssh-chat as root (or with sudo).
|
||||
|
||||
## Compiling
|
||||
|
||||
You can compile ssh chat by using `make build`. The ssh chat binary is portable and
|
||||
can be run on any system with a similar OS. Go 1.3 or higher is required to compile.
|
||||
|
||||
## Deploying with Docker
|
||||
|
||||
You can run ssh-chat using a Docker image without manually installing go-lang:
|
||||
|
Loading…
x
Reference in New Issue
Block a user