From e463349a7d6c51fbeea628f45f92bc1da7611f8b Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 2 Feb 2022 07:20:58 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a6589e0..b8c0de8 100644 --- a/README.md +++ b/README.md @@ -33,22 +33,18 @@ To fine-tune the system and improve performance, look in the `docs` folder for m You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the KVM modules enabled. A Mac is **not** required. Some examples for different distributions: ``` -sudo apt-get install qemu-system qemu-utils python python-pip # for Ubuntu, Debian, Mint, and PopOS. +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 xbps-install -Su qemu python pytho3n-pip # for Void Linux. +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 python python3-pip # for Fedora +sudo dnf install qemu qemu-img python3 python3-pip # for Fedora sudo emerge -a qemu python:3.8 pip # for Gentoo ``` ## Step 1 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 +./fetch-macOS.py ``` If the resulting file is named BaseSystem.dmg then run ```