From 3f890c8f344d06b61e2bc7b4dec05b2aadce7516 Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Sat, 26 Dec 2020 12:42:18 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77c9c93..fe6b414 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ If you have a detection, please submit it in a pull request! ## Install and run (Nodejs + NPM + Firefox) ```bash -add-apt-repository ppa:mozillateam/ppa -apt-get update -apt-get install -y firefox-esr tesseract-ocr +sudo add-apt-repository ppa:mozillateam/ppa +sudo apt-get update +sudo apt-get install -y firefox-esr tesseract-ocr git git clone https://github.com/qeeqbox/social-analyzer.git cd social-analyzer rm -rf package-lock.json node_modules