chore(README): include build from source for homebrew too

This commit is contained in:
Erica Marigold 2023-08-07 11:43:53 +05:30 committed by GitHub
parent 6d478cc387
commit 91dc88e68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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