Skip to content
Closed
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ cargo install --git https://github.com/rysweet/azlin

### Option 3: Run via uvx (No Install)

> Requires [`uv`](https://docs.astral.sh/uv/) to be installed. This option runs the legacy Python entrypoint directly from the repo.

```bash
uvx --from git+https://github.com/rysweet/azlin azlin list
```
Expand Down Expand Up @@ -199,8 +201,10 @@ Before using azlin, ensure these tools are installed:
- `git`
- `ssh`
- `tmux`

If you are using **Option 3 (`uvx`)**, you also need:

- `uv`
- `python`

**macOS**: `brew install azure-cli gh git tmux`
**Linux**: See platform-specific installation in Prerequisites module
Expand Down