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