diff options
author | Ajay Ramachandran <[email protected]> | 2019-12-29 20:52:40 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-29 20:52:40 -0500 |
commit | 7ad7d793d0616aeedf5dd18d786ae3dd1038e1e4 (patch) | |
tree | 813d897a190a910e59e434182dfa4c924168a0a4 /README.md | |
parent | 491bef680e88ab7da5953f4d82e0098ff448dccf (diff) | |
download | SponsorBlock-7ad7d793d0616aeedf5dd18d786ae3dd1038e1e4.tar.gz SponsorBlock-7ad7d793d0616aeedf5dd18d786ae3dd1038e1e4.zip |
Added info about web-ext run
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ There are also other build scripts available. Install `npm`, then run `npm insta ## Developing with a clean profile -Run `npm run dev` to run the extension using a clean Firefox profile with hot reloading. +Run `npm run dev` to run the extension using a clean browser profile with hot reloading [(by default Firefox)](https://hacks.mozilla.org/2019/10/developing-cross-browser-extensions-with-web-ext-3-2-0/). This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). ## Packing |