README: Release link
authorAndrey Petrov <andrey.petrov@shazow.net>
Sun, 17 Jul 2016 22:07:38 +0000 (18:07 -0400)
committerAndrey Petrov <andrey.petrov@shazow.net>
Sun, 17 Jul 2016 22:07:38 +0000 (18:07 -0400)
README.md

index c0bec303bdb53ff41036c9313b5643c3ad33f8eb..36a747ea3fd1099fb385a53aa5ee7862b08a2a45 100644 (file)
--- 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
 
 ```