mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 10:30:55 +01:00
Added Homebrew Lune for Installation
This commit is contained in:
parent
294f2acd9e
commit
f8d70321ae
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
|
# Install the package
|
||||||
scoop install lune
|
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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue