From 0e3e6487db3ffa5793de384a087b33dc3a634c64 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:31:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c10e1..00dcad0 100644 --- a/README.md +++ b/README.md @@ -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 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 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