From d2a6729e783f27effcd58cc1f453ef42a4b6b49f Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 11 Feb 2022 19:57:10 -0800 Subject: [PATCH] Add requirements section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 178587dc1..3952a1cc7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Along with docker-compose you will need to run our `puppeteer-parse` service. Th fetch web page content and relies on puppeteer and chromium which currently do not run inside of docker. +### Requirements + +* [Node](https://nodejs.org/) -- currently we are using nodejs v14.18 +* [Chromium](https://www.chromium.org/chromium-projects/) -- see below for installation info + ### Running the web and API services ### 1. Start docker-compose