Fixing markdown rendering
This commit is contained in:
parent
a27252d057
commit
5363427820
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@ make -j$(nproc) qemu
|
||||||
|
|
||||||
<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:
|
||||||
|
|
Loading…
Reference in a new issue