Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.01 KB

README-DEV.md

File metadata and controls

22 lines (15 loc) · 1.01 KB

Contributing to logdissect

Contributions are welcome in the form of code or testing feedback.

Testing

User feedback helps logdissect get better. All issues and comments can be directed to the issues page on GitHub, or emailed to dpersonsdev@gmail.com. Please ensure you are using the latest release.

Coding

If you have a bug fix, or an idea for a module, we would love to hear about it! You can start an issue on GitHub, or email the author at dpersonsdev@gmail.com.

Installing Development Source

To install the latest development version of logdissect from source, follow these instructioons:

Requirements: git, python-setuptools

git clone https://github.com/dogoncouch/logdissect.git
cd logdissect
sudo make all

Usage

For usage instructions, see README.md.

For API documentation, see README-API.md