chore(readme): add nixpkgs and brew to installation options (#13)

This commit is contained in:
Karol Broda
2025-12-24 14:51:32 +01:00
committed by GitHub
parent 268226257b
commit 5414e39e61

View File

@@ -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