From 7cbe5f9114169d5599fdd4ffbb013cfceb4ad464 Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:14:57 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1301482..1c57641 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ apt-get update apt-get install -y firefox-esr tesseract-ocr git clone https://github.com/qeeqbox/social-analyzer.git cd social-analyzer +rm -rf package-lock.json node_modules npm install npm start ```