From 9707fef4ad02e6fce53901b13a6c46521f3770cf Mon Sep 17 00:00:00 2001 From: Preshh0 <42142405+Preshh0@users.noreply.github.com> Date: Sat, 25 Jun 2022 22:35:34 +0100 Subject: [PATCH] Update README.md In this PR, I: - Added an extra guide on how to install geckodriver. It gives the command one can use from the CLI directly as another option for Linux in addition to having to download from the link given. Signed-off-by: Precious Onyewuchi --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d39800c..96936fd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ After finishing setup, [use the START_HERE.ipynb file to identify the Repository 3. virtualenv package `pip3 install virtualenv` 4. Install `geckodriver` for your platform if you want to write annotated PNG files out. This is a great way to automate report generation! - osx: `brew install geckodriver` - - Linux, Windows: Download the latest geckodriver release for your platform from `https://github.com/mozilla/geckodriver/releases` and follow installation instructions. You can also get source code from that link. + - Linux, Windows: + You could try either options: + - Download the latest geckodriver release for your platform from `https://github.com/mozilla/geckodriver/releases` and follow installation instructions. You can also get source code from that link. + Or, use the `sudo apt-get install firefox-geckodriver` command to install `geckodriver` ## Setup augur-community-reports 1. Fork the augur-community-reports repository