mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-01 01:35:16 +00:00
Updated README with build instructions
This commit is contained in:
parent
4a8fcab524
commit
d56995403c
1 changed files with 20 additions and 4 deletions
20
README.md
20
README.md
|
@ -7,12 +7,28 @@ A plugin for web browsers that automatically checks whether a YouTube video or c
|
||||||
|
|
||||||
[](https://addons.mozilla.org/en/firefox/addon/watch-on-lbry/?src=search) [](https://chrome.google.com/webstore/detail/watch-on-lbry/jjmbbhopnjdjnpceiecihldbhibchgek)
|
[](https://addons.mozilla.org/en/firefox/addon/watch-on-lbry/?src=search) [](https://chrome.google.com/webstore/detail/watch-on-lbry/jjmbbhopnjdjnpceiecihldbhibchgek)
|
||||||
|
|
||||||
## For Chrome:
|
## Build
|
||||||
|
|
||||||
|
From the root of the project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install
|
||||||
|
$ npm run watch
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, either manually install it for your browser or, from another terminal invoke:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm run start:chrome
|
||||||
|
$ npm run start:firefox # or, if you'd prefer firefox
|
||||||
|
```
|
||||||
|
|
||||||
|
### Manual Install for Chrome:
|
||||||
Visit ```chrome://extensions``` (via omnibox or menu -> Tools -> Extensions).
|
Visit ```chrome://extensions``` (via omnibox or menu -> Tools -> Extensions).
|
||||||
Enable Developer mode by ticking the checkbox in the upper-right corner.
|
Enable Developer mode by ticking the checkbox in the upper-right corner.
|
||||||
Click on the "Load unpacked extension..." button.
|
Click on the "Load unpacked extension..." button.
|
||||||
Select the directory containing your unpacked extension.
|
Select the directory containing your unpacked extension.
|
||||||
## For Firefox
|
### Manual Install for Firefox
|
||||||
To install an extension temporarily:
|
To install an extension temporarily:
|
||||||
|
|
||||||
- open Firefox
|
- open Firefox
|
||||||
|
|
Loading…
Add table
Reference in a new issue