From 9580f88c2f0e590e5f90bf049aca027117f9d7eb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 6 Apr 2024 17:58:18 +0100 Subject: [PATCH] docs(readme): Add note on installing git-hooks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2579024..78cd508 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ After CI passes for *6: The `dev` branch should never need to rebase onto `main` as `main` is only ever advancing along the `dev` branch as each commit passes CI. +### Developing on git-next + +Before you start committing, run the `just install-hooks` command to setup the Git Hooks. [Get Just](https://just.systems/man/en/chapter_3.html) + ### Design - CLI to initialise the Repo (e.g. create config file)