You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,7 +56,7 @@ The build step will create the `dist` folder, this folder will contain the gener
52
56
Using [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) is recommended for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).
53
57
54
58
1. Run `npm run watch` to watch for file changes and build continuously
55
-
1. Run `npm install --global web-ext` (only only for the first time)
59
+
1. Run `npm install --global web-ext` (only for the first time)
56
60
1. In another terminal, run `web-ext run -t chromium`
57
61
1. Check that the extension is loaded by opening the extension options ([in Firefox](media/extension_options_firefox.png) or [in Chrome](media/extension_options_chrome.png)).
0 commit comments