From 0e3b42085b8f5a23e5ecf3582a253721dc7a9e55 Mon Sep 17 00:00:00 2001 From: Sam Mauldin Date: Wed, 17 Dec 2014 21:19:19 -0600 Subject: [PATCH] Add compiling section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc86e53..769f894 100644 --- a/README.md +++ b/README.md @@ -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: