From 8e6d373785f7a5a56f21fd3f7d574ff639676fd2 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 23 Jan 2026 16:59:47 +0000 Subject: [PATCH] fix(docs): update Homebrew tap to use dedicated repository Remove explicit URL from brew tap command now that we have a properly named homebrew-quickemu tap repository. The simpler one-argument form now works and enables compatibility with nix-homebrew for declarative Homebrew management. Fixes #1784 --- 01-Installation.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 838fc79..162ff47 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -60,17 +60,21 @@ 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 +## macOS / Homebrew +``` shell +brew tap quickemu-project/quickemu brew install quickemu -# For the latest release or -brew install quickemu --HEAD -# for dev build / fixes pending a release ``` +Or for the latest development build: + +``` shell +brew install quickemu --HEAD +``` + +The tap also works with [nix-homebrew](https://github.com/zhaofengli/nix-homebrew) for declarative Homebrew management on Nix. + ## Nix & NixOS ### Flake