summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5d3ba7c..715e0e6 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@ A small python script which allows you to automatically login to a captive porta
## Pre-Requisites:
[Selenium Webdriver](https://www.selenium.dev/documentation/webdriver/) for Python (install using `pip install selenium` or `pip install -r requirements.txt`)
[GNU pass](https://www.passwordstore.org/) for storing login-credentials (One can store their credentials in the script as plaintext aswell)
-geckodriver for Firefox in PATH (optional if not already included in selenium webdriver)
-([Download link](https://github.com/mozilla/geckodriver/releases))
+geckodriver for Firefox ([Download link](https://github.com/mozilla/geckodriver/releases))
+Add the location of the geckodriver executable to your system's PATH environment variable.
+[Tutorial](https://www.learningaboutelectronics.com/Articles/How-to-install-geckodriver-Python-windows.php)
+
## Brief Look:
[![auto-login](https://draconyan.xyz/media/al/auto-login-clg.gif)](https://draconyan.xyz/media/al/auto-login-clg.mp4)