From 91dc88e68a116e99b1596225b08301e6eea7eeff Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 7 Aug 2023 11:43:53 +0530 Subject: [PATCH] chore(README): include build from source for homebrew too --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d55d3..4016078 100644 --- a/README.md +++ b/README.md @@ -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