diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ac8b04cb..2d9bebd3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,17 +2,19 @@ In order to build `bootc` you will need the following dependencies. -Fedora: -``` -sudo dnf install ostree-libs ostree-devel +Fedora: + +```bash +sudo dnf install clippy openssl-devel ostree-devel ostree-libs rustfmt ``` # Pre flight checks -Makes sure you commented your code additions, then run -``` +Make sure you commented your code additions, then run + +```bash cargo fmt cargo clippy ``` -Make sure to apply any relevant suggestions. +Make sure to apply any relevant suggestions.