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 1/2] 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. From c8b6339c5ddc242807401ac907e855919d77145f Mon Sep 17 00:00:00 2001 From: lollilol <38194372+lollilol@users.noreply.github.com> Date: Wed, 31 Jan 2024 03:20:34 +0100 Subject: [PATCH 2/2] add sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa3608..15e03b1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ processors work just fine (even for macOS Sonoma). ``` * Arch ``` - pacman -S qemu virt-manager git \ + sudo pacman -S qemu virt-manager git \ wget libguestfs p7zip make dmg2img tesseract cdrtools \ paru && paru -S uml_utilities ```