From 0284c65f078cabf867095b1e14a7fc11a3187a28 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:44:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12debe9..a6589e0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ sudo pacman -S qemu python python3-pip python-wheel # for Arch. sudo xbps-install -Su qemu python pytho3n-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 python python3-pip # for Fedora -sudo emerge -a qemu python pip # for Gentoo +sudo emerge -a qemu python:3.8 pip # for Gentoo ``` ## Step 1 @@ -46,6 +46,10 @@ Run `fetch-macOS.py` to download installation media for macOS (internet required ``` python fetch-macOS.py ``` +if that command does not work, run this one +``` +python3 fetch-macOS.py +``` If the resulting file is named BaseSystem.dmg then run ``` qemu-img convert BaseSystem.dmg -O raw BaseSystem.img