Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A full-stack agentic connector builder webapp with YAML editing capabilities. Th
Run the webapp directly from GitHub using `uvx`:

```bash
uvx --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
uvx --python=3.13 --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
```

This will automatically fetch and run the latest version from the `main` branch. The app will start at `http://localhost:3000`.
Expand Down