Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 284 Bytes

DEVELOPMENT.md

File metadata and controls

11 lines (8 loc) · 284 Bytes

Development Instructions

I don't expect external contributions, but this should be useful when i try to update the code in 6 months 🤷‍♀️

Development

make build # builds a binary for current OS
make test # runs tests
make # default (runs tests and builds)