From 60d6c3607f9fffdb5bc836fa4323bc8adecfc391 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Tue, 13 Jun 2023 09:30:25 -0600 Subject: [PATCH] Update README to mention new behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b31d84..7bcea31 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This installs `env-sample-sync` as a pre-commit git hook with default arguments. The `install` command supports all [command flags](#command-flags). -If you need to change `env-sample-sync` flags, simply run `env-sample-sync install` again with the desired flags. +If you need to change `env-sample-sync` flags, simply run `env-sample-sync install` again with the desired flags and choose the overwrite [o] option when prompted what to do with the existing pre-commit hook. ## Running as a pre-commit plugin