From e1aa4043460f4a0c381e440faffa3fbadcf429f1 Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Thu, 6 Apr 2023 02:24:19 +0200 Subject: [PATCH] Feat #61: Added doc on how to install with homebrew (#323) * Added doc on how to install with homebrew --- docs/GettingGrate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/GettingGrate.md b/docs/GettingGrate.md index 54e01229..31fbc3ca 100644 --- a/docs/GettingGrate.md +++ b/docs/GettingGrate.md @@ -41,6 +41,10 @@ please install [dotnet 6](https://dotnet.microsoft.com/download/dotnet/6.0) grate is available on [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/). Simply `winget install erikbra.grate` for awesome! +## Homebrew + +grate is available as a Homebrew cask. Simply `brew install --cask erikbra/cask/grate` for awesomeness! + ## Notes Plans are afoot for more OS specific package managers, watch this space.