docs(readme): Add note on installing git-hooks

This commit is contained in:
Paul Campbell 2024-04-06 17:58:18 +01:00
parent 856a73fa98
commit 9580f88c2f

View file

@ -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. 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 ### Design
- CLI to initialise the Repo (e.g. create config file) - CLI to initialise the Repo (e.g. create config file)