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