From f8d70321ae4381fd914beac330ff1e7b5fff8e55 Mon Sep 17 00:00:00 2001
From: Jack Programs <52725440+jackprogramsjp@users.noreply.github.com>
Date: Sun, 6 Aug 2023 16:14:08 -0700
Subject: [PATCH] Added Homebrew Lune for Installation

---
 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
+```
 </details>
 
 <details>