Welcome to the README file for the project interrupt-bindgen
!
To build and install the project and its dependencies, please follow these steps:
- Clone the repository:
git clone https://github.com/joschatom/interrupt-bindgen
- Navigate to the project directory:
cd repo
- Build and install executable:
make install
Note: In the future the tool might be installable using the cargo install interrupt-bindgen
command.
Run the interrupt-bindgen --help
command for command usage.
We welcome contributions from the community. If you would like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your changes'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the MIT License. Please see the LICENSE file for more information.