From 290ca46577cd3c4f81f99ae28056086354bd0c47 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Mon, 25 Mar 2019 10:18:27 -0400 Subject: [PATCH] README: Are you sure you don't just want the binary release? --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a79fa80..a6192eb 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,15 @@ The server's RSA key fingerprint is `MD5:e5:d5:d1:75:90:38:42:f6:c7:03:d7:d0:56: Recent releases include builds for MacOS (darwin/amd64) and Linux (386, amd64, and ARM6 for your RaspberryPi). -**[Grab the latest release here](https://github.com/shazow/ssh-chat/releases/)**. +**[Grab the latest binary release here](https://github.com/shazow/ssh-chat/releases/)**. Play around with it. Additional [deploy examples are here](https://github.com/shazow/ssh-chat/wiki/Deployment). ## Compiling / Developing +Most people just want the [latest binary release](https://github.com/shazow/ssh-chat/releases/). If you're sure you want to compile it from source, read on: + You can compile ssh-chat by using `make build`. The resulting binary is portable and can be run on any system with a similar OS and CPU arch. Go 1.8 or higher is required to compile.