Update README.md

add arch install instructions
This commit is contained in:
lollilol 2024-01-31 03:05:45 +01:00 committed by GitHub
parent a9b20147de
commit 29ccb47f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 1 deletions

View File

@ -60,12 +60,22 @@ processors work just fine (even for macOS Sonoma).
### Installation Preparation ### Installation Preparation
* Install QEMU and other packages. * Install QEMU and other packages.
* Debian
``` ```
sudo apt-get install qemu uml-utilities virt-manager git \ sudo apt-get install qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \ wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage -y 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. This step may need to be adapted for your Linux distribution.