diff --git a/README.md b/README.md index 572ca7b1..8917d3d6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ Create all Pull Requests using the prefixes of the following table: | Build | ci: | | Documentation | docs: | +### Fedora + +Instructions to setup: + +```shell +sudo dnf groupinstall "Development Tools" +sudo dnf install libxml2-devel xmlsec1-devel pkg-config clang-devel +``` + ## License - [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)