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
parent
eb01792ca8
commit
8e6d373785
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue