Update README.md

This commit is contained in:
notAperson535 2022-02-02 07:20:58 -05:00 committed by GitHub
parent 0284c65f07
commit e463349a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -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
```