diff --git a/README.md b/README.md index a631f4fe..28c4bc08 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ + + + + + +
- Connect Claude Code. Build what you want. Deploy instantly. + Connect CLI Agent β’ Build what you want β’ Deploy instantly
- Manage your AI coding assistants and their configurations -
+ Manage your AI coding assistants +
{cli.description}
+ {cli.description} +
{hasError}
- Install command: -
- {cli.installCommand} -
Version 1.0.0
+
Claudable is an AI-powered development platform that integrates with GitHub, Supabase, and Vercel to streamline your web development workflow.
Fast Deploy
AI Powered
Built with love for developers
+ Follow these steps to get started +
+ {selectedCLI.installCommand} +
+ {selectedCLI.id === 'claude' ? 'claude' : + selectedCLI.id === 'cursor' ? 'cursor-agent' : + selectedCLI.id === 'codex' ? 'codex' : + selectedCLI.id === 'qwen' ? 'qwen' : + selectedCLI.id === 'gemini' ? 'gemini' : ''} +
+ {selectedCLI.id === 'claude' ? 'claude --version' : + selectedCLI.id === 'cursor' ? 'cursor-agent --version' : + selectedCLI.id === 'codex' ? 'codex --version' : + selectedCLI.id === 'qwen' ? 'qwen --version' : + selectedCLI.id === 'gemini' ? 'gemini --version' : ''} +