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
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,29 @@ a friendlier `ss` / `netstat` for humans. inspect network connections with a cle

## install

### homebrew

```bash
brew install snitch
```

> thanks to [@bevanjkay](https://github.com/bevanjkay) for adding snitch to homebrew-core

### go

```bash
go install github.com/karol-broda/snitch@latest
```

### nixos / nix
### nixpkgs

```bash
nix-env -iA nixpkgs.snitch
```

> thanks to [@DieracDelta](https://github.com/DieracDelta) for adding snitch to nixpkgs

### nixos / nix (flake)

```bash
# try it
Expand Down
Loading