mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 01:50:57 +01:00
Added Homebrew Lune for Installation (#3)
This commit is contained in:
parent
e756c89041
commit
f79e763899
1 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue