From 88d9908e805be406ba75f0d1b53b21171904a981 Mon Sep 17 00:00:00 2001 From: Daniel Engbert Date: Sun, 16 Nov 2025 15:54:01 +0100 Subject: [PATCH] document installation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 66536a5..ce529ee 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,21 @@ QEMU Configuration: ![QEMU](Assets/Screenshots/QEMU.png "QEMU") +### Installation + +* [ensure you have the latest Xcode installed](https://apps.apple.com/us/app/xcode/id497799835) + +* clone this project (including submodules) + +````bash +git clone git@github.com:macmade/QEMU-Manager.git +cd QEMU-Manager && git submodule update --init +```` + +* open the project folder in Xcode, and in the settings go to "Signing & Capabilities" > "Signing (Debug)" and set "Signing Certificate" to "Sign to Run Locally" + +* Click the play button in Xcode to build and launch QEMU-Manager + License -------