From 8bf7611743163e85390a0ab53807a80d9728a5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Wed, 20 Sep 2023 13:46:14 +0000 Subject: [PATCH] fix(README): git hook install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87eee94e..4e4bda19 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ release_cli --dev subnet --id replace -o1 There is a script that can configure git to automatically check out the latest committed version of the IC submodule on every git pull. Please make sure you run this script at least once after cloning the repo. ``` -git-hooks-install +./git-hooks-install ``` To check out the latest version of the IC repo (submodule), you can run: