aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-06-09 16:53:32 -0400
committerAjay Ramachandran <[email protected]>2021-06-09 16:53:32 -0400
commit6a02d62ccd8f0f15f098f9467e731e42de793dcf (patch)
tree156b0ddd574372c6750bd5cbd3f25c7fe693c07c /README.md
parent315901f69b8de0a9913e3839ede572e10a96c553 (diff)
downloadSponsorBlock-6a02d62ccd8f0f15f098f9467e731e42de793dcf.tar.gz
SponsorBlock-6a02d62ccd8f0f15f098f9467e731e42de793dcf.zip
Make options page work on mobile
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48398c67..7260d31f 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ The result is in `dist`. This can be loaded as an unpacked extension
Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands).
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.
### Attribution Generation