From 39ec190e56733b6951c66f795906fab820fcbe66 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:44:05 +0100 Subject: [PATCH] adds README instructions for geckodriver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7910e30..86991f2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ If you are using `pipenv` (recommended), `pipenv install` is sufficient to insta [ffmpeg](https://www.ffmpeg.org/) must also be installed locally for this tool to work. +[firefox](https://www.mozilla.org/en-US/firefox/new/) and [geckodriver](https://github.com/mozilla/geckodriver/releases) on a path folder like `/usr/local/bin`. + A `.env` file is required for saving content to a Digital Ocean space, and for archiving pages to the Internet Archive. This file should also be in the script directory, and should contain the following variables: ```