From 5414e39e614967031e0cb2db79950de3e1256648 Mon Sep 17 00:00:00 2001 From: Karol Broda <122811026+karol-broda@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:51:32 +0100 Subject: [PATCH] chore(readme): add nixpkgs and brew to installation options (#13) --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f974ea8..44d4752 100644 --- a/README.md +++ b/README.md @@ -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