Skip to content
Merged
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,22 @@ Built on [`pion/stun`](https://github.com/pion/stun). Pure Go, single static bin

## Quick start

**Homebrew (recommended on macOS):**

```bash
brew tap 1mb-dev/tap
brew install natcheck
```

**Go install (any platform with Go 1.25+):**

```bash
go install github.com/1mb-dev/natcheck/cmd/natcheck@latest
```

Then run:

```bash
natcheck
```

Expand Down