mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 18:40:59 +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
|
# 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