From df02f90dca9536b31c603d5cc6325e6f537b56ab Mon Sep 17 00:00:00 2001 From: Nilesh Date: Tue, 11 Aug 2020 01:49:42 +0530 Subject: [PATCH] Updated README and added .gitignore --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index d8e4aa5..1419cec 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This is a browser extensions that recommends better alternatives to products and This is a work-in-progress and not yet published. This should work for both Chromium-based (Chrome, Brave, Chromium etc) AND Firefox-based browsers. +# Build + +You can load this extension directly in Chrome or Firefox Developer Edition (after setting `xpinstall.signatures.required` to `false` in `about:config`). + +To submit to the stores, build a zip with: `zip -r -X archive.zip .` + # Contribute Check one of the unassigned issues and start a discussion or send a pull request.