Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 670 Bytes

Contributing

All development takes place at GitHub. New features and bugfixes are very welcome - please fork and submit pull requests.

The following instructions are for Linux development. They'll probably work in OSX. If you're using Windows, you'll need Cygwin.

Get the source

See https://help.github.com/articles/fork-a-repo

Dependencies

To build .xpi files, you'll need:

  • Make
  • Python 2.7

Build

From your working copy, type the following to build a fresh .xpi:

make

This should create updatescan-<version>.xpi in the _releases directory.