From 464ff861d2dc981485c03c364d0ddb6aa0d6b118 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Fri, 19 Apr 2019 20:15:24 -0500 Subject: [PATCH] Link pre-built binaries in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 283d15e..c77d7c4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Chrome is recommended. go get go.coder.com/sshcode ``` +Or, grab a [pre-built binary](https://github.com/codercom/sshcode/releases). + ## Usage ```bash @@ -33,4 +35,4 @@ to the remote server every time you connect. This operation may take a while on a slow connections, but will be fast on follow-on connections to the same server. -To disable this feature entirely, pass the `--skipsync` flag. \ No newline at end of file +To disable this feature entirely, pass the `--skipsync` flag.