Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 635 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 635 Bytes

Contributing

Feel free to contribute to this project by submitting a pull request to the main branch.

Developing

You can use make to simplify the development process.

Building

You can build the default image using make build or just make, the build target is the default:

make

Testing

To run the tests, you can use the test target:

make test

Tip

So you will problably be running make && make test for most of the time.

Installing

You can use the install target to make links of the binaries (bin/) to your /usr/local/bin directory:

make install