Skip to content

Commit 0bb787b

Browse files
authored
Clarify provider setup in README (#1406)
1 parent 59f23d7 commit 0bb787b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more
55
## How to use
66

77
> [!WARNING]
8-
> You need to have [Codex CLI](https://github.com/openai/codex) installed and authorized for T3 Code to work.
8+
> T3 Code currently supports Codex and Claude.
9+
> Install and authenticate at least one provider before use:
10+
>
11+
> - Codex: install [Codex CLI](https://github.com/openai/codex) and run `codex login`
12+
> - Claude: install Claude Code and run `claude auth login`
913
1014
```bash
1115
npx t3

0 commit comments

Comments
 (0)