diff --git a/README.md b/README.md index 8e61123..86e5cd5 100644 --- a/README.md +++ b/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