From 81f652a697f942ad589fc7bf56e8bbe49142f3ba Mon Sep 17 00:00:00 2001 From: Pepsi Date: Sun, 20 Oct 2024 23:16:04 +1100 Subject: [PATCH] add macos tap to package repositories --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 885cbbee..ef922626 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ I do **not** maintain any instances of Dorion in any package repositories myself ```sh nix-shell -p dorion ``` +* MacOS: + * Homebrew (Maintained by [psharma04](https://github.com/psharma04)) + ```sh + brew tap psharma04/dorion + brew install --cask dorion + ``` > [!NOTE] > Maintaining Dorion in a different package repository that I don't know about? Feel free to [open a PR](https://github.com/SpikeHD/Dorion/pulls) to add it here!