diff options
author | Ajay Ramachandran <[email protected]> | 2023-08-11 22:38:38 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-11 22:38:38 -0400 |
commit | 32d98e65449253400fcdbd1d7b639a5e496dbafe (patch) | |
tree | ddb396ffdfa6f0e623951f6c918d7ca17196e421 /CONTRIBUTING.md | |
parent | 3dde05eda2f8135ead52504f6384bdff29328819 (diff) | |
download | SponsorBlock-32d98e65449253400fcdbd1d7b639a5e496dbafe.tar.gz SponsorBlock-32d98e65449253400fcdbd1d7b639a5e496dbafe.zip |
Add more info about testing on android
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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. |