From 0915c30ef9c0d141a10a4f5a981bb3ff0ce778ed Mon Sep 17 00:00:00 2001 From: Fioddor Superconcentrado Date: Fri, 9 Oct 2020 16:23:45 +0000 Subject: [PATCH] HACKING: Link download page for Geckodriver. Reviewed-by: Sunil Mohan Adapa --- HACKING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 4ad6b9301..630f96e11 100644 --- a/HACKING.md +++ b/HACKING.md @@ -396,9 +396,11 @@ host$ sudo apt install xvfb python3-pytest-xvfb # optional, to avoid opening br host$ sudo apt install smbclient # optional, to test samba ``` -- Install the latest version of geckodriver. It is usually a single binary which - you can place at /usr/local/bin/geckodriver . Geckodriver will use whichever - binary is named 'firefox' for launching the browser and interacting with it. +- Install the latest version of + [geckodriver](https://github.com/mozilla/geckodriver/releases). It is usually + a single binary which you can place at `/usr/local/bin/geckodriver` . + Geckodriver will use whichever binary is named 'firefox' for launching the + browser and interacting with it. #### Run FreedomBox Service