aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2023-08-11 22:38:38 -0400
committerGitHub <[email protected]>2023-08-11 22:38:38 -0400
commit32d98e65449253400fcdbd1d7b639a5e496dbafe (patch)
treeddb396ffdfa6f0e623951f6c918d7ca17196e421 /CONTRIBUTING.md
parent3dde05eda2f8135ead52504f6384bdff29328819 (diff)
downloadSponsorBlock-32d98e65449253400fcdbd1d7b639a5e496dbafe.tar.gz
SponsorBlock-32d98e65449253400fcdbd1d7b639a5e496dbafe.zip
Add more info about testing on android
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 40f9d2db..f67fb647 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,5 +24,5 @@ Run `npm run dev` (for Chrome) or `npm run dev:firefox` (for Firefox) to run the
Known chromium bug: Extension is not loaded properly on first start. Visit `chrome://extensions/` and reload the extension.
-For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information.
+For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. You may need to edit package.json and add the parameters directly there.