From 29ccb47f794a22d2f9ee808dbcdd4aeb239a0a36 Mon Sep 17 00:00:00 2001 From: lollilol <38194372+lollilol@users.noreply.github.com> Date: Wed, 31 Jan 2024 03:05:45 +0100 Subject: [PATCH] Update README.md add arch install instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe64ebf..7aa3608 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,22 @@ processors work just fine (even for macOS Sonoma). ### Installation Preparation * Install QEMU and other packages. - + * Debian ``` sudo apt-get install qemu uml-utilities virt-manager git \ wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \ tesseract-ocr-eng genisoimage -y ``` + * Arch + ``` + pacman -S qemu virt-manager git \ + wget libguestfs p7zip make dmg2img tesseract cdrtools \ + paru && paru -S uml_utilities + ``` + + + + This step may need to be adapted for your Linux distribution.