Skip to content

Commit

Permalink
Mention githooks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto committed Jan 28, 2024
1 parent 2c4de26 commit 377231b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[/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
```

0 comments on commit 377231b

Please sign in to comment.