Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README now that a released binary is available #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -221,4 +221,4 @@ target remote /home/<myuser>/foo-pty

## Custom usage

Take a look at the scripts for sample usage, or run `npiperelay.exe` without any parameters for parameter documentation.
Take a look at the scripts for sample usage, or run `npiperelay.exe` without any parameters for parameter documentation.