From 120aa062c4989fee41a61e7e8fdb154b39b8e6e1 Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Mon, 4 Sep 2023 13:39:53 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e4317..6530bf6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ git clone https://gitea.ekirin.com/Intis/git-hooks.git git config --global init.templateDir '~/.git-templates' ``` -3. Reinitialize existing git repos you wish to use this in with: `git init`` +3. Copy `intis-hooks` directory content to `~/.git-templates/hooks` -4. Rename `your-repo-dir/.git/intis-hooks` to `your-repo-dir/.git/hooks` +4. Reinitialize existing git repos you wish to use this in with: `git init` + +5. Rename `your-repo-dir/.git/intis-hooks` to `your-repo-dir/.git/hooks`