[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 344 Bytes

Required dependencies

In order to build bootc you will need the following dependencies.

Fedora:

sudo dnf install clippy openssl-devel ostree-devel ostree-libs rustfmt

Pre flight checks

Make sure you commented your code additions, then run

cargo fmt
cargo clippy

Make sure to apply any relevant suggestions.