From b11d446b9388ecf0b175b94194456980e97066f4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2018 22:22:04 -0600 Subject: [PATCH] add download links and docs and download page --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc2b2ba..e4c33ae 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,15 @@ A poor man's (or Windows user's) makeshift replacement for `openssl s_client`, ` Install ======= -### macOS, Linux, Windows +### Downloads + +* [Windows 10](https://telebit.cloud/sclient/dist/windows/amd64/sclient.exe) +* [Mac OS X](https://telebit.cloud/sclient/dist/darwin/amd64/sclient) +* [Linux (x64)](https://telebit.cloud/sclient/dist/linux/amd64/sclient) +* [Raspberry Pi (armv7)](https://telebit.cloud/sclient/dist/linux/armv7/sclient) +* more downloads + +### Build from sourc For the moment you'll have to install go and compile `sclient` yourself: