Added Homebrew Lune for Installation

This commit is contained in:
Jack Programs 2023-08-06 16:14:08 -07:00 committed by GitHub
parent 294f2acd9e
commit f8d70321ae
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>