knowledge-search

git clone git://archive.git.mtrnord.blog/MTRNord/knowledge-search.git
Log | Files | Refs | README | LICENSE

commit c7dfd0c310281b8f4139b5763deb749ac968e033
parent 00e6c76027265c3ba9c7c8c143b825282322807d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 23 Mar 2023 16:39:00 +0100

doc(README): Update pre-commit hook install

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,5 @@ +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) + # Knowledge Search Knowledge search is a graph database based recommendation search trying to be @@ -11,5 +13,5 @@ focus on implementing things that I care about. ## Commit Guideline Please use [conventional commits](https://www.conventionalcommits.org). You can use the pre-commit script to ensure you -do use conventional commits by running `pre-commit install --hook-type commit-msg` +do use conventional commits by running `pre-commit install -t prepare-commit-msg -t commit-msg` after [installing pre-commit](https://pre-commit.com/#install).