File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Download the latest release from [GitHub Releases](https://github.com/melandlabs
1313#### Homebrew
1414
1515``` bash
16- # Add tap
17- brew tap melandlabs/lumis
16+ # Add tap (using this repository)
17+ brew tap melandlabs/lumis https://github.com/melandlabs/release
1818
1919# Install
2020brew install --cask lumis
Original file line number Diff line number Diff line change 1+ cask "lumis" do
2+ version "0.3.0-alpha.1"
3+ sha256 "aabbccdd"
4+
5+ url "https://github.com/melandlabs/release/releases/download/v#{ version } /Lumis-#{ version } -aarch64.dmg" ,
6+ verified : "github.com/melandlabs/release"
7+
8+ name "Lumis"
9+ desc "AI-powered IM router and chat agent"
10+ homepage "https://github.com/melandlabs/release"
11+
12+ auto_updates true
13+
14+ app "Lumis.app"
15+
16+ zap trash : [
17+ "~/Library/Application Support/com.lumis.lumis" ,
18+ "~/Library/Logs/lumis" ,
19+ ]
20+ end
You can’t perform that action at this time.
0 commit comments