Skip to content

Commit afe7825

Browse files
author
Jason Robert
committed
fix setup.md
1 parent c713c10 commit afe7825

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

  • .claude/skills/conductor/references

.claude/skills/conductor/references/setup.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ irm https://aka.ms/conductor/install.ps1 | iex
1616

1717
The installer checks for uv (installs it if missing), fetches the latest release with pinned dependencies, and verifies integrity via SHA-256 checksum.
1818

19-
### Manual Install
20-
21-
If you prefer to install manually:
22-
23-
```bash
24-
uv tool install git+https://github.com/microsoft/conductor.git
25-
```
26-
27-
If `uv` is also not available, install it first:
28-
29-
```bash
30-
curl -LsSf https://astral.sh/uv/install.sh | sh
31-
```
32-
3319
## Updating
3420

3521
```bash

0 commit comments

Comments
 (0)