Skip to content

Commit 179fc55

Browse files
committed
Add sudo and fixed typo on debian section
1 parent e95725f commit 179fc55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux-on-qemu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ In Debian based distributions `qemu-system-or1k` is provided by the `qemu-system
119119

120120
```bash
121121
# Look for the qemu system package
122-
apt-cache update
122+
sudo apt-get update
123123
apt-cache show qemu-system-misc | grep Version
124124

125125
# if the version is good
126-
apt-get install -y qemu-system-misc
126+
sudo apt-get install -y qemu-system-misc
127127
```
128128

129129
Below we can see that in my Ubuntu environment it only provides QEMU 8.2.2.

0 commit comments

Comments
 (0)