From a5143cdf3fc0cc31073f7c3a3744889f6d71dc4e Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:39:25 -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 2f4e653..d1bc3ee 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ qemu-img convert BaseSystem.dmg -O raw BaseSystem.img ``` ## Bringing Your Own macOS bootable file -If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, Check if it is named BaseSystem. If not, rename it. +If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, drag it into the OneCLick-macOS-Simple-KVM folder. Then, Check if it is named BaseSystem. If not, rename it. If the file is now named BaseSystem.dmg, you must run this command to convert it to BaseSystem.img ``` qemu-img convert BaseSystem.dmg -O raw BaseSystem.img ``` -If it is named BaseSystem.dmg, you are good to go +If it is named BaseSystem.img, you are good to go Hint (If using an older version of macOS, instead of running sudo `./basic.sh` run `sudo ./legacy.sh`