docs: note that just must be installed first

This commit is contained in:
2026-04-20 01:09:37 +02:00
parent 684f24a82e
commit 6fe78963c8

View File

@@ -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. 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 ## Security
Keep secrets out of version control, do not publish real credentials in documentation or screenshots, and report security issues privately before public disclosure. Keep secrets out of version control, do not publish real credentials in documentation or screenshots, and report security issues privately before public disclosure.