aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-08-27 21:31:50 -0400
committerGitHub <[email protected]>2020-08-27 21:31:50 -0400
commitd2e389296b203bf8eabb1cba6a5be76cf10b617a (patch)
tree9a1925e43a20a5b39b83d58f2218b5a0dd43b0b4 /README.md
parentf6110899fb9dc56d9a7a144676843672b49573c1 (diff)
parent03a1af813e38cf73bd982435eb9bfcb89fa03e79 (diff)
downloadSponsorBlock-d2e389296b203bf8eabb1cba6a5be76cf10b617a.tar.gz
SponsorBlock-d2e389296b203bf8eabb1cba6a5be76cf10b617a.zip
Merge pull request #438 from MRuy/master
Dependencies updates, reload tip and .editorconfig added
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13497eda..abe8c5b1 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,8 @@ The result is in `dist`. This can be loaded as an unpacked extension
## Developing with a clean profile
-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).
+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.
# Credit