Added Homebrew Lune for Installation (#3)

This commit is contained in:
Jack Programs 2023-08-07 13:34:53 -07:00 committed by GitHub
parent e756c89041
commit f79e763899
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>