Skip to content

Commit 02106fd

Browse files
committed
chore: update README with CLI installation and client links
1 parent bd18b87 commit 02106fd

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,39 @@
1111
- πŸ–₯️ **Self-Hosted** - Full control over your media library and data
1212
- πŸ”“ **Open Source** - Fully open source with active community development
1313

14+
## Quick Start
15+
16+
### Install the CLI
17+
18+
The DesterLib CLI makes it easy to set up and manage your media server.
19+
20+
**macOS/Linux:**
21+
22+
```bash
23+
curl -fsSL https://raw.githubusercontent.com/DesterLib/desterlib/main/packages/cli/install.sh | bash
24+
```
25+
26+
**Windows (PowerShell):**
27+
28+
```powershell
29+
iwr -useb https://raw.githubusercontent.com/DesterLib/desterlib/main/packages/cli/install.ps1 | iex
30+
```
31+
32+
The installer will automatically install Node.js if needed, then install the CLI globally. Once installed, run `desterlib` to start the setup wizard.
33+
34+
### Download Client Apps
35+
36+
πŸ“₯ **[Get the Latest Client Release](https://github.com/DesterLib/desterlib-flutter/releases/latest)**
37+
38+
**Available platforms:**
39+
40+
- πŸ“± **Android** - `Dester-*-Android-arm64-v8a.apk`
41+
- πŸ“Ί **Android TV** - `Dester-*-AndroidTV-arm64.apk`
42+
- 🍎 **macOS** - `Dester-*-macOS.dmg`
43+
- πŸͺŸ **Windows** - `Dester-*-Windows-x64.zip`
44+
- 🐧 **Linux** - `Dester-*-Linux-x64.tar.gz`
45+
- πŸ“± **iOS** - Build from [source](https://github.com/DesterLib/desterlib-flutter)
46+
1447
## Documentation
1548

1649
πŸ“– **[Full Documentation](https://docs.dester.in)**

0 commit comments

Comments
Β (0)