Skip to content

Commit dee1672

Browse files
JonZeollaclaude
andcommitted
docs: add Windows install command for Zenable CLI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4569df1 commit dee1672

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/ai-ide-support.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ When you generate a new project, the post-generation hook automatically installs
1111

1212
**Installation (if the Zenable CLI is not already installed):**
1313

14+
macOS/Linux:
1415
```bash
1516
curl -fsSL https://cli.zenable.app/install.sh | bash
1617
```
1718

19+
Windows:
20+
```powershell
21+
powershell -ExecutionPolicy Bypass -Command "irm https://cli.zenable.app/install.ps1 | iex"
22+
```
23+
1824
**IDE Configuration:**
1925

2026
Once installed, `zenable install` detects which IDEs and AI assistants you have installed and creates appropriate configuration files for 15+ supported IDEs including Claude Code, Cursor, Windsurf, VS Code, GitHub Copilot, and more.

0 commit comments

Comments
 (0)