From 5c0e7ca33a26cb7b4ba027ec80a112e05d1e220d Mon Sep 17 00:00:00 2001 From: Chris AtLee Date: Wed, 1 Aug 2018 16:06:23 +0000 Subject: [PATCH] Use .tar.gz for test archives Differential Revision: https://phabricator.services.mozilla.com/D1743 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=733530 gecko-commit: 6f2020891542fbc0010d555812a289038095a4ef gecko-integration-branch: autoland gecko-reviewers: gps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1679355673513..684f4617f689d0 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,11 @@ And on macOS with homebrew using: brew install nss ``` -On other platforms, download the firefox archive and common.tests.zip +On other platforms, download the firefox archive and common.tests.tar.gz archive for your platform from [Mozilla CI](https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/). -Then extract `certutil[.exe]` from the tests.zip package and +Then extract `certutil[.exe]` from the tests.tar.gz package and `libnss3[.so|.dll|.dynlib]` and put the former on your path and the latter on your library path.