mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-23 17:58:11 +00:00
chore(README): include build from source for homebrew too
This commit is contained in:
parent
6d478cc387
commit
91dc88e68a
1 changed files with 8 additions and 1 deletions
|
@ -14,11 +14,18 @@ For more information on lune, see [filiptibell/lune](https://github.com/filiptib
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Homebrew
|
### Homebrew
|
||||||
Since lune has its cask published to Homebrew core, it can be installed with:
|
Since lune has its cask published to Homebrew core, it can be installed as such:
|
||||||
|
|
||||||
|
- From precompiled binaries:
|
||||||
```console
|
```console
|
||||||
brew install lune
|
brew install lune
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- From source:
|
||||||
|
```console
|
||||||
|
brew install lune --build-from-source
|
||||||
|
```
|
||||||
|
|
||||||
### AUR
|
### AUR
|
||||||
```console
|
```console
|
||||||
yay -S lune
|
yay -S lune
|
||||||
|
|
Loading…
Reference in a new issue