new scheme for different platforms
This commit is contained in:
parent
dbff7b4a8b
commit
82cd5a8ebc
12 changed files with 253 additions and 104 deletions
13
firefox/README.md
Normal file
13
firefox/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
System Requirements
|
||||
|
||||
* Download [Add-on SDK](https://addons.mozilla.org/en-US/developers/builder)
|
||||
* Install it. [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation)
|
||||
|
||||
Run
|
||||
|
||||
```
|
||||
$ sh firefox/build.sh
|
||||
```
|
||||
|
||||
- Copy the content of firefox/firefox-addon (lib, data, package.json) to your development path.
|
||||
- Compile the XPI file [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started)
|
||||
Loading…
Add table
Add a link
Reference in a new issue