From 377231bf243671f5cf34a26bc4d9bda907eec128 Mon Sep 17 00:00:00 2001 From: Korvin Szanto Date: Sun, 28 Jan 2024 12:42:21 -0800 Subject: [PATCH] Mention githooks in readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c2d5ab..a13e0677 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,10 @@ https://documentation.concretecms.org/tutorials/submitting-user-interface-pull-r component See [/stories/ExampleStories.js](stories/ExampleStories.js) for an example for how to add stories and -[/stories/Docs.mdx](stories/Docs.mdx) to see how to add documentation pages. \ No newline at end of file +[/stories/Docs.mdx](stories/Docs.mdx) to see how to add documentation pages. + +## Githooks +To run the provided [.githooks](.githooks) in your local repository, run: +```bash +git config --local core.hooksPath .githooks +``` \ No newline at end of file