Skip to content

Commit

Permalink
task: add Fedora instructions for setting up things
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Oct 26, 2024
1 parent 3d00890 commit be4d9aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Create all Pull Requests using the prefixes of the following table:
| Build | ci: |
| Documentation | docs: |

### Fedora

```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)

0 comments on commit be4d9aa

Please sign in to comment.