Skip to content

Commit 75bc632

Browse files
Update README.md
1 parent c522b73 commit 75bc632

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ Open Access Button Unified Extension
33

44
This will be a WebExtension which runs on Firefox and Chrome (and maybe Opera) which encapsulates functionality of the incumbent [Open Access Button](https://github.com/OAButton/oab-chromeaddon) and [Open Data Button](https://github.com/OAButton/odb-chromeaddon)
55

6+
## Contributing
7+
8+
/Backend contains far more information on the project, how to contribute etc.
9+
10+
* Issues go in /backend (issues here are being shut, then no more are being added)
11+
* Code goes here
12+
613
### packaging for firefox
714

815
Firefox requires extra keys in the manifest, and the project files zip archived with extension ```.xpi```. The script ```pack_ffx.py``` does this. Supply the required [extension ID](https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#id).
916
```./pack_ffx.py -i oab-ffx@openaccessbutton.org```
1017

11-
1218
## Dev Install
1319

1420
### Getting the latest extension
@@ -20,7 +26,7 @@ Firefox requires extra keys in the manifest, and the project files zip archived
2026
* you will get a zip
2127
* Navigate to the file on your computer, double click it to unzip it and you have the code
2228

23-
### Installing the file
29+
### Installing the file on Chrome
2430

2531
* In Chrome, go to chrome://extensions via the url bar, tick the 'Developer mode' tick-box
2632
* Click the newly appeared 'Load unpacked extension...' button

0 commit comments

Comments
 (0)