From 04426ba7e30d9d0a0d53e173a0c0bb22dab1a70e Mon Sep 17 00:00:00 2001 From: Leonardo Correa Date: Sat, 18 Feb 2023 16:00:11 +1100 Subject: [PATCH] docs: update option to put config file in git --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 685fed6..534a413 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ You have two ways to use `cz-customizable`. Originally, this project started as ## Configuration * Copy contents of [the example config file](./cz-config-EXAMPLE.js) and paste into a new file `.cz-config.js` -* move file `cz-config.js` to your home directory. +* Option 1: Move file `cz-config.js` to your home directory. +* Option 2: Put file `cz-config.js` at the root level of your project and commit it to your code repository (Assuming you have a team agreement to use this tool). ## cz-customizable via global install