aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2022-03-22 22:10:11 -0400
committerGitHub <[email protected]>2022-03-22 22:10:11 -0400
commit94893543576a62d37362fa664465fb527c9a0090 (patch)
treea071371a6e05817dc036aea189c126b58f8358ee
parent0e37ebd7895a484a4ddf3eee0bbfab0f2c78c32d (diff)
parent940350504a5ff52a75a228e2921dd5ace887f756 (diff)
downloadSponsorBlock-94893543576a62d37362fa664465fb527c9a0090.tar.gz
SponsorBlock-94893543576a62d37362fa664465fb527c9a0090.zip
Merge pull request #1242 from AlecRust/improve-readme
Improve "load in Firefox" docs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9591f5eb..65cc8990 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://sponsor.ajay.app"><img src="public/icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a>
-
+
<br/>
<sub>Logo by <a href="https://github.com/munadikieh">@munadikieh</a></sub>
</p>
@@ -72,7 +72,7 @@ You must have [Node.js 16](https://nodejs.org/) and npm installed.
- You can also run `npm run build` (for Chrome) or `npm run build:firefox` (for Firefox) to generate a production build.
-4. The built extension is now in `dist/`. You can load it in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/#manifest) or in Firefox as a [temporary extension](https://developer.mozilla.org/en-US/docs/Tools/about:debugging#loading_a_temporary_extension).
+4. The built extension is now in `dist/`. You can load this folder directly in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/#manifest), or convert it to a zip file to load it as a [temporary extension](https://developer.mozilla.org/en-US/docs/Tools/about:debugging#loading_a_temporary_extension) in Firefox.
### Developing with a clean profile and hot reloading