From 2279b9bb885cf395d63c01af9f35a7e3d86d4772 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:02:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 227212d..c8dc56b 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ sudo emerge -a qemu python pip # for Gentoo ## Step 1 Run `fetch-macOS.py` to download installation media for macOS (internet required). ``` -./fetch-macOS.py +python fetch-macOS.py ``` -If the resulting file is named BaseSystem.smg then run +If the resulting file is named BaseSystem.dmg then run ``` qemu-img convert BaseSystem.dmg -O raw BaseSystem.img ```