💡chore: add usage instructions

This commit is contained in:
welpo 2023-08-16 01:15:16 +02:00
parent 6cb2327907
commit 89519e6268
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -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. #