From 9ab74305bd884e0828d8fc601d8f0bcd2ceeeb05 Mon Sep 17 00:00:00 2001 From: Statik DK Smoke Date: Sun, 7 Sep 2025 20:20:29 -0500 Subject: [PATCH] Improve README formatting and installation instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a29f6bc..ea21a02 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ -## Quick Install +### Quick Install -To install OSX-KVM and set up macOS in a VM, run: +**To install OSX-KVM and set up macOS in a VM, run**: ```bash sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh | bash ``` -Or download and run the installer script manually: +**Or download and run the installer script manually**: ```bash sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh +cd ~/kholia/OSX-KVM sudo bash install-macos-kvm.sh +cd ~/kholia/OSX-KVM/OpenCore +./OpenCore-boot.sh ``` +#### After Boot open KVM and Creat a new VM, navigate to your new "drive" and MacOS in KVM ### Note