From b6a80ebdda4b9c77e67b50ff71f67bff304453e4 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Tue, 28 Oct 2025 15:34:29 +0000 Subject: [PATCH] A Homebrew installation method is now available --- 01-Installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/01-Installation.md b/01-Installation.md index 37f278a..336901a 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -60,6 +60,17 @@ Quickemu is now packaged natively in Fedora 41 and 42. sudo dnf install quickemu ``` +## MacOS / Homebrew + +``` +brew tap quickemu-project/quickemu https://github.com/quickemu-project/quickemu + +brew install quickemu +# For the latest release or +brew install quickemu --HEAD +# for dev build / fixes pending a release +``` + ## Nix & NixOS ### Flake