Updated README and added .gitignore

This commit is contained in:
Nilesh 2020-08-11 01:49:42 +05:30
parent 8d94f2cfb7
commit df02f90dca
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

View File

@ -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.