From f79e763899a5667cc4eff2a9163e5a854bb2cd0c Mon Sep 17 00:00:00 2001 From: Jack Programs <52725440+jackprogramsjp@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:34:53 -0700 Subject: [PATCH] Added Homebrew Lune for Installation (#3) --- pages/getting-started/1-installation.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx index 2558e3c..94076ee 100644 --- a/pages/getting-started/1-installation.mdx +++ b/pages/getting-started/1-installation.mdx @@ -60,6 +60,21 @@ scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git # Install the package scoop install lune ``` + +### Homebrew +MacOS users can use [Homebrew](https://brew.sh) to install lune. + +To install preinstalled binaries: +```sh copy filename="Bash" +brew install lune +``` + +***or*** + +To build from source: +```sh copy filename="Bash" +brew install lune --build-from-source +```