githooks

Personal git hooks
git clone git://pollux.codes/git/githooks.git
Log | Files | Refs | README

commit 2b346470b1b4ffd80e672f370bdcaf7492891989
parent d204c0553042b1fe46a2610489ecb77f8c03e834
Author: Pollux <pollux@pollux.codes>
Date:   Mon, 10 Feb 2025 01:18:43 -0600

docs: Update README.md

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1 +1,6 @@ Some personal git hooks for formatting and stuff. + +To use them yourself, clone this repository and run `make`. + +Now you can run `githook <hooks packages>` from the base of a git repo to +install the desired hooks. The `shared` package is always installed.