Updated README
This commit is contained in:
26
README.md
26
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user