diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 675124f5f66fac672e6a7bdf9ecf9ad907c55ef2..415add8179ec2b04d5f75c77b1d78b0aea59b36b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,12 @@ The following dependencies are required to work with the codebase. apt-get install -y --no-install-recommends libudev-dev ``` +#### Fedora + +```shell +dnf install openssl-devel systemd-devel -y +``` + ## Run **Note:** When trying to actually flash hardware or doing benchmarking, ensure that you are running a release build (`--release`).