From 1ad577de455fe6d7492e15f8523cc783eb4d17aa Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Tue, 14 May 2024 21:35:15 +0100 Subject: [PATCH] Updated 01 Installation (markdown) --- 01-Installation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 8e837a9..89a55e7 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -158,8 +158,15 @@ sudo emerge --ask --noreplace app-emulation/qemu \ ## Install on macOS -macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information. +Install the Quickemu requirements using brew: ``` shell -brew install bash curl cdrtools coreutils gnu-sed grep jq ncurses pciutils procps python@3.10 qemu unzip usbutils samba socat spice-gtk swtpm zsync +brew install bash cdrtools coreutils jq ncurses pciutils procps python3 qemu unzip usbutils samba socat spice-gtk swtpm zsync ``` + +Now clone the project: + +``` shell +git clone https://github.com/quickemu-project/quickemu +cd quickemu +``` \ No newline at end of file