firefox WIP
This commit is contained in:
parent
784f0695b7
commit
76cda09631
4 changed files with 20 additions and 9 deletions
11
README.md
11
README.md
|
|
@ -146,12 +146,17 @@ else {
|
|||
|
||||
## Google Chrome Extension
|
||||
|
||||
When you need to compile a *Chrome Extension* of Copay, you only need to run:
|
||||
To build Copay's *Chrome Extension*, run:
|
||||
```
|
||||
$ sh chrome/build.sh
|
||||
$ npm run-script chrome
|
||||
```
|
||||
|
||||
- The ZIP file is *chrome/copay-chrome-extension.zip*
|
||||
- On sucess, the chrome extension is located at:
|
||||
`
|
||||
browser-extensions/chrome/copay-chrome-extension
|
||||
`
|
||||
|
||||
To install it go to `chrome://extensions/` at your chrome browser, make sure you have 'developer mode' option checked at your Chrome settings. Click on "Load unpacked chrome extension" and choose the directory mentioned above.
|
||||
|
||||
## Firefox Add-on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue