Skip to content

Commit 3bb39b1

Browse files
authored
Merge pull request #25 from autra/patch-1
[DOCS] Add required packages for Ubuntu.
2 parents 08ed1ba + ef664a4 commit 3bb39b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others.
77
You'll need a Linux system with `qemu`, `python3`, `pip` and the KVM extensions installed for this project. A Mac is **not** required. Some examples for different distributions:
88

99
```
10-
sudo apt-get install qemu python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS.
10+
sudo apt-get install qemu python3 python3-pip qemu-utils qemu-system # for Ubuntu, Debian, Mint, and PopOS.
1111
sudo pacman -S qemu python python-pip # for Arch.
1212
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
1313
```

0 commit comments

Comments
 (0)