1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Update README.md

This commit is contained in:
notAperson535 2022-02-03 07:31:44 -05:00 committed by GitHub
parent d0088d24c2
commit 0e3e6487db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the
``` ```
sudo apt-get install qemu-system qemu-utils python3 python-pip # for Ubuntu, Debian, Mint, and PopOS. sudo apt-get install qemu-system qemu-utils python3 python-pip # for Ubuntu, Debian, Mint, and PopOS.
sudo pacman -S qemu python python3-pip python-wheel # for Arch. sudo pacman -S qemu python python3-pip python-wheel # for Arch and Manjaro.
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux. sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
sudo dnf install qemu qemu-img python3 python3-pip # for Fedora sudo dnf install qemu qemu-img python3 python3-pip # for Fedora