From c7e37cace9cd94466043759f8ccdcf43ab545161 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 9 Aug 2021 17:44:19 -0700 Subject: [PATCH] Add clone instructions to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03abce8..3fda850 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Requires Node 12+ ```sh +git clone https://git.chuckdries.com/chuckdries/lead-deduplication +cd lead-deduplication npm i # install dependencies node index.js # run script ``` \ No newline at end of file