A Homebrew installation method is now available
parent
b424391c4f
commit
b6a80ebdda
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue