Attempt to fix formatting
This commit is contained in:
parent
0b430687e8
commit
a27252d057
1 changed files with 3 additions and 1 deletions
|
@ -28,11 +28,13 @@ make -j$(nproc) qemu
|
|||
|
||||
<details>
|
||||
<summary>Fedora</summary>
|
||||
<p>
|
||||
```bash
|
||||
sudo dnf install make qemu-system-riscv gcc-riscv64-linux-gnu clang-format
|
||||
```
|
||||
Alternatively, if you want all "batteries included":
|
||||
`sudo dnf group install "C Development Tools and Libraries" "Development Tools"`
|
||||
</p>
|
||||
</details>
|
||||
|
||||
## From upstream readme:
|
||||
|
|
Loading…
Reference in a new issue