From ae67f3e3c158710b74462647b43d1d9ac1fac14c Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Sat, 11 Nov 2023 22:52:14 -0800 Subject: [PATCH] add setup instructions to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index af46231..548cd93 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ Puppeteer application for crawling uber and lyft for tax information + +# SetUp + +Start by copying options.json.example, removing the .example and filling in the options. +Run `npm ci` inside of the directory. + +run src/index.js