From c9ede3d4ce3f3a4400aa06e1deea75e61a1b0fc0 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:34:15 +0000 Subject: [PATCH] docs: BUN_BE_BUN --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f691711..6e639f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An OpenAI-compatible proxy server that lets you use Cursor's AI models (composer ## Requirements -- **Node.js 18+** +- **Node.js 18 (optional, if you run script with opencode, you don't need Node)** - **macOS** (uses Keychain for token storage) - **Cursor CLI** installed and logged in - [Install here](https://cursor.com/cli) (the proxy uses your Cursor auth token) @@ -22,6 +22,9 @@ cursor-proxy # Or run directly with npx npx cursor-opencode-auth +# Or run with opencode (no need node/bun) +BUN_BE_BUN=1 opencode x cursor-opencode-auth + # Or clone and run git clone https://github.com/R44VC0RP/cursor-opencode-auth cd cursor-opencode-auth