From 6fcb0adb0bf9914af77e14a142d2891eb5f3e83a Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Mon, 27 May 2019 01:44:53 -0400 Subject: [PATCH] Clarify chromedriver more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f2497..79cc5ea 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ requirements.txt`, then you can just run `python -m deletefb.deletefb.py` in the ## How To Use It * Make sure that you have Google Chrome installed and that it is up to date -* Also install the chromedriver for Selenium. See [here](https://sites.google.com/a/chromium.org/chromedriver/downloads). +* Also install the chromedriver for Selenium. See [here](https://sites.google.com/a/chromium.org/chromedriver/downloads) for an explanation of what the chromedriver does. * On Linux, it will be called something like `chromium-chromedriver` or just `chromium`. * On MacOS, it will be available via brew, with the following commands: