- missed dnf for Doxygen under Fedora

This commit is contained in:
2025-08-17 12:00:51 -04:00
parent fcf9c6adcb
commit 27754a56d7

View File

@@ -175,7 +175,7 @@ git submodule update --init --recursive
for Doxygen run: for Doxygen run:
```shell ```shell
sudo apt install doxygen graphviz sudo dnf install doxygen graphviz
``` ```
<br> <br>