From e355e51e1b73c5efc41e1fecbecc226cda40e089 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Sep 2023 20:57:24 -0500 Subject: [PATCH] Add note to setup pre-commit hooks --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 2cb7562..73957c1 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,12 @@ here is useful inspiration. You don't have even have to clone this crap yourself. How cool is that! +But if you're gonna change stuff you had better setup the pre-commit hook: + +```shell_session +ln -s $PWD/pre-commit.bash .git/hooks/pre-commit +``` + ## NixOS ```shell_session