Updated README

This commit is contained in:
2026-02-04 11:26:08 +01:00
parent 6298158d3c
commit 1191fa6d19

View File

@@ -40,18 +40,7 @@ A powerful, modern **Textual TUI** chat client for OpenRouter API with **MCP (Mo
## Installation
### Option 1: Install from Source (Recommended)
```bash
# Clone the repository
git clone https://gitlab.pm/rune/oai.git
cd oai
# Install with pip
pip install -e .
```
### Option 2: Pre-built Binary (macOS/Linux)
### Option 1: Pre-built Binary (macOS/Linux) (Recommended)
Download from [Releases](https://gitlab.pm/rune/oai/releases):
- **macOS (Apple Silicon)**: `oai_v3.0.0_mac_arm64.zip`
@@ -75,6 +64,19 @@ xattr -cr ~/.local/bin/oai
export PATH="$HOME/.local/bin:$PATH"
```
### Option 2: Install from Source
```bash
# Clone the repository
git clone https://gitlab.pm/rune/oai.git
cd oai
# Install with pip
pip install -e .
```
## Quick Start
```bash