From fd542ecbe5f42a82fa610dfe58b29d24fc4eb6d3 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sun, 7 Jul 2024 12:13:56 +0900 Subject: [PATCH] add brew commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c93417f..986ddb5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,17 @@ This project is available as Flatpak on [Flathub](https://flathub.org/apps/detai Install XCode (or at least Xcode Command Line Tools with `xcode-select --install`) and CMake. +**HomeBrew** + +You can easily install the build artifact by using `brew`. + +```sh +brew tap draftbrew/tap +brew install --no-quarantine space-cadet-pinball +``` + +Be aware that the flag `--no-quarantime` will disable macOS's Gatekeeper during installation. + **Manual compilation:** * **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.