From 82d9f4d0a29aaa5d63252b576e960b3bb1f89a23 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sun, 17 Jul 2016 18:07:38 -0400 Subject: [PATCH] README: Release link --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c0bec30..36a747e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ The server's RSA key fingerprint is `e5:d5:d1:75:90:38:42:f6:c7:03:d7:d0:56:7d:6 (Apologies if the server is down, try again shortly.) + +## Downloading a release + +Recent releases include builds for MacOS (darwin/amd64) and Linux (386 and +amd64). + +**[Grab the latest release here](https://github.com/shazow/ssh-chat/releases/)**. + + ## Compiling / Developing You can compile ssh-chat by using `make build`. The resulting binary is portable and @@ -30,6 +39,7 @@ Additionally, `make debug` runs the server with an http `pprof` server. This all [http://localhost:6060/debug/pprof/]() and view profiling data. See [net/http/pprof](http://golang.org/pkg/net/http/pprof/) for more information about `pprof`. + ## Quick Start ```