Add compiling section to README

This commit is contained in:
Sam Mauldin 2014-12-17 21:19:19 -06:00
parent cfa97df306
commit 0e3b42085b

View File

@ -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 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). 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 ## Deploying with Docker
You can run ssh-chat using a Docker image without manually installing go-lang: You can run ssh-chat using a Docker image without manually installing go-lang: