Compare commits

...

1 Commits

Author SHA1 Message Date
c7e37cace9 Add clone instructions to readme 2021-08-09 17:44:19 -07:00

View File

@ -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
```