From 6fe78963c85334968b66c54fef74edb751ebaa54 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 20 Apr 2026 01:09:37 +0200 Subject: [PATCH] docs: note that just must be installed first --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index feac404..443ea82 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ Current automated tests are unit-focused and cover watchlist behavior, relation There is no CI workflow, so validation is local. Use `just check` to run all checks (lint, test, typecheck, build) or `just install-hooks` to set up the pre-push hook that runs them automatically before each push. +> [!NOTE] +> [`just`](https://github.com/casey/just) must be installed first (e.g. `brew install just`). + ## Security Keep secrets out of version control, do not publish real credentials in documentation or screenshots, and report security issues privately before public disclosure.