Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firejox committed May 28, 2023
1 parent ad84bd2 commit 0580ae4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@
WinSocat is a socat-like program specific on Windows platform. It can bridge Windows named pipe and other general I/O, e.g., STDIO, TCP, the STDIO of Process.

## Installation
There are several ways to install WinSocat.

### .NET CLI
[Install .NET 6 or newer](https://get.dot.net) and install via `dotnet tool`

```
dotnet tool install -g winsocat
```

### Windows Package Manager
Install via `winget`
```
winget install -e --id Firejox.WinSocat
```

## Command Form

The WinSocat is accept two address pattern
Expand Down

0 comments on commit 0580ae4

Please sign in to comment.