From 48a81efaab34d9fd3007e4d7cefa94aab7ebb0c6 Mon Sep 17 00:00:00 2001 From: Jason Adam <35201417+Jason-Adam@users.noreply.github.com> Date: Sat, 28 Mar 2026 09:49:03 +0100 Subject: [PATCH] docs: use brew instead of pip for pre-commit install Homebrew is the preferred package manager for this project's dev setup. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5281986..a5f4804 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To customize, run `vitals --init` to generate a config at `~/.config/vitals/conf ```bash # Install pre-commit hooks -pip install pre-commit +brew install pre-commit pre-commit install # Run tests