aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 3bd0cb7..78f0c3a 100644
--- a/README
+++ b/README
@@ -16,6 +16,10 @@ To build the extension run this:
browserify main_background.js -o bundle.js
+To create an XPI file that can be uploaded to Mozilla run build.sh.
+
+Note: this build script relies on no new source files being created.
+
To debug this add-on on Firefox, go to the special URL "about:debugging", enable add-on debugging load the manifest.json.
Chrome should work eventually but I haven't tested it lately. To debug the add-on on Chrome it's basically the same except you load it from "chrome://extensions"