Attempt to fix formatting

This commit is contained in:
Imbus 2024-08-07 07:29:01 +02:00
parent 0b430687e8
commit a27252d057

View file

@ -27,12 +27,14 @@ make -j$(nproc) qemu
- clang-format (optional) - clang-format (optional)
<details> <details>
<summary>Fedora</summary> <summary>Fedora</summary>
<p>
```bash ```bash
sudo dnf install make qemu-system-riscv gcc-riscv64-linux-gnu clang-format sudo dnf install make qemu-system-riscv gcc-riscv64-linux-gnu clang-format
``` ```
Alternatively, if you want all "batteries included": Alternatively, if you want all "batteries included":
`sudo dnf group install "C Development Tools and Libraries" "Development Tools"` `sudo dnf group install "C Development Tools and Libraries" "Development Tools"`
</p>
</details> </details>
## From upstream readme: ## From upstream readme: