From 64498da783f0e323c1a4ae37e69bec53e421a3d9 Mon Sep 17 00:00:00 2001 From: baku Date: Mon, 9 Jan 2017 12:04:27 +0100 Subject: [PATCH] README updated for FF51 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5309d62..f0194d6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ details](https://docs.google.com/document/d/1WQdHTVXROk7dYkSFluc6_hS44tqZjIrG9I- ## Requirements * node 7+ (for jpm) -* Firefox 52+ (For now; aiming at Firefox 51+) +* Firefox 51+ ## Run it @@ -53,7 +53,7 @@ The only way to run the experiment is using an [unbranded version build](https:/ 1. `git clone git@github.com:mozilla/testpilot-containers.git` 2. `cd testpilot-containers` 3. `npm install` -4. `./node_modules/.bin/jpm run -p /Path/To/Firefox/Profiles/{junk}.addon_dev -b FirefoxDeveloperEdition` (where FirefoxDeveloperEdition might be: ~//obj-x86_64-pc-linux-gnu/dist/bin/firefox) +4. `./node_modules/.bin/jpm run -p /Path/To/Firefox/Profiles/{junk}.addon_dev -b FirefoxBeta` (where FirefoxBeta might be: ~//obj-x86_64-pc-linux-gnu/dist/bin/firefox or ~//firefox) Check out the [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) for more information about debugging add-on code.