mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-23 09:58:04 +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
|
||||
### 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
|
||||
brew install lune
|
||||
```
|
||||
|
||||
- From source:
|
||||
```console
|
||||
brew install lune --build-from-source
|
||||
```
|
||||
|
||||
### AUR
|
||||
```console
|
||||
yay -S lune
|
||||
|
|
Loading…
Reference in a new issue