From: Ian Jackson Date: Fri, 16 Apr 2021 15:55:43 +0000 (+0100) Subject: docs: build: Add firefox-esr to test deps X-Git-Tag: otter-0.5.0~34 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c3440283076cdf112325e05c855a9e694324c9b3;p=otter.git docs: build: Add firefox-esr to test deps Reported-by: Matthew Vernon Signed-off-by: Ian Jackson --- diff --git a/docs/build.rst b/docs/build.rst index 8cdd1c61..ef464fe5 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -28,7 +28,7 @@ Setup And for running the tests (``make check``) you will need:: - sudo apt install bubblewrap xvfb moreutils + sudo apt install bubblewrap xvfb moreutils firefox-esr 2. Install Rust. This is most easily done with rustup_::