From 89519e626881901310e165ceba92a077b1a32a38 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 16 Aug 2023 01:15:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1chore:=20add=20usage=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .githooks/pre-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 4c20b8d..8e6646f 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -2,6 +2,9 @@ ################################################################################# # This script is run by git before a commit is made. # +# To use it, copy it to .git/hooks/pre-commit and make it executable. # +# Alternatively, run the following command from the root of the repo: # +# git config core.hooksPath .githooks # # # # FEATURES # # Updates the "updated" field in the front matter of .md files. #