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