From e2d1409673f8b35996f1a228a20e509a2b1f09a8 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Fri, 3 Jul 2020 14:31:50 +0100 Subject: [PATCH] Update now that a released binary is available --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58c24f5..6d35c6d 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Let me know on Twitter ([@gigastarks](https://twitter.com/gigastarks)) if you co # Installation -Binaries for npiperelay are not currently available. You have to build from source. With Go, this is not too difficult. +Binaries for npiperelay are available [here](https://githubc. You can also build from source. With Go, this is not too difficult. Basic steps: -1. Install Go. -2. Download and build the Windows binary and add it to your path. +1. Grab `npiperelay.exe` from a release, or clone the repo and build it. +2. Put it somewhere in your path. 3. Install socat. ## Installing Go @@ -221,4 +221,4 @@ target remote /home//foo-pty ## Custom usage -Take a look at the scripts for sample usage, or run `npiperelay.exe` without any parameters for parameter documentation. \ No newline at end of file +Take a look at the scripts for sample usage, or run `npiperelay.exe` without any parameters for parameter documentation.