removed changes from README file aas it was intended for a separate PR
This commit is contained in:
parent
06e9e0322b
commit
dbd3753c8e
1 changed files with 0 additions and 20 deletions
20
README.md
20
README.md
|
@ -21,26 +21,6 @@ For more info, see:
|
||||||
1. `npm install`
|
1. `npm install`
|
||||||
2. `./node_modules/.bin/web-ext run -s src/`
|
2. `./node_modules/.bin/web-ext run -s src/`
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
you can also test your changes without having to install web-ext as step #2 above
|
|
||||||
|
|
||||||
**Debugging in the browser**
|
|
||||||
|
|
||||||
Visit `about:debugging` in your browser.
|
|
||||||
|
|
||||||
Then select the option `load temporary Add-on`
|
|
||||||
and load the extension by selecting any file from the Web Extensions' dir. In our case, e.g. select manifest.json from the src dir.
|
|
||||||
|
|
||||||
For reference, [watch this video](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#Installing)
|
|
||||||
|
|
||||||
After you make your changes, simply press the `reload` button to see them in effect.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
TBD
|
TBD
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue