Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down