Skip to content

Commit 3c1be78

Browse files
timitimi
authored andcommitted
docs: add installation instructions to README
1 parent 3428526 commit 3c1be78

1 file changed

Lines changed: 41 additions & 2 deletions

File tree

README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
# release
2-
Meland Labs App Release Repo
1+
# Lumis
2+
3+
Lumis is an AI-powered IM router and chat agent with multi-platform integration.
4+
5+
## Installation
6+
7+
### macOS
8+
9+
#### DMG (Recommended for macOS)
10+
11+
Download the latest release from [GitHub Releases](https://github.com/melandlabs/release/releases).
12+
13+
#### Homebrew
14+
15+
```bash
16+
# Add tap
17+
brew tap melandlabs/lumis
18+
19+
# Install
20+
brew install --cask lumis
21+
```
22+
23+
### Linux
24+
25+
#### Debian/Ubuntu
26+
27+
```bash
28+
# Download .deb package from releases
29+
sudo dpkg -i lumis_*.deb
30+
sudo apt-get install -f # Install dependencies
31+
```
32+
33+
### Windows
34+
35+
#### NSIS Installer
36+
37+
Download the latest release from [GitHub Releases](https://github.com/melandlabs/release/releases).
38+
39+
## Development
40+
41+
This repository contains the CI/CD configuration for building and releasing Lumis. The source code is in the [lumis](https://github.com/melandlabs/lumis) repository.

0 commit comments

Comments
 (0)