Skip to content

Commit c2f2fb8

Browse files
committed
docs: Link uv references to install instructions
why: Docs assumed uv was installed but only linked to the landing page, not the installation guide. what: - README: Add uv with install link to requirements line - installation.md: Update uv link to installation page - troubleshooting.md: Link "install uv" to installation page - contributing.md: Update uv reference link to installation page
1 parent e02a07d commit c2f2fb8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Give your AI agent hands inside the terminal — create sessions, run commands,
2424

2525
## Quickstart
2626

27-
**Requirements:** Python 3.10+, tmux installed and on `$PATH`.
27+
**Requirements:** Python 3.10+, tmux on `$PATH`, [uv](https://docs.astral.sh/uv/) ([install](https://docs.astral.sh/uv/getting-started/installation/)).
2828

2929
Install and run:
3030

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Python 3.10+
88
- tmux >= 3.2a
9-
- [uv](https://docs.astral.sh/uv/) (recommended) or pip
9+
- [uv](https://docs.astral.sh/uv/) ([install](https://docs.astral.sh/uv/getting-started/installation/)) — recommended, or pip
1010

1111
## Recommended: uvx
1212

docs/project/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install [git] and [uv]
44

55
[git]: https://git-scm.com/
6-
[uv]: https://docs.astral.sh/uv/
6+
[uv]: https://docs.astral.sh/uv/getting-started/installation/
77

88
Clone:
99

docs/topics/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Symptom-based guide. Find your problem, follow the steps.
1919
You should see no output (it's waiting for stdio input). Press Ctrl+C to stop.
2020

2121
2. Check your client config points to the right command. Common issues:
22-
- `uvx` not in PATH — install [uv](https://docs.astral.sh/uv/)
22+
- `uvx` not in PATH — [install uv](https://docs.astral.sh/uv/getting-started/installation/)
2323
- Typo in `"command"` or `"args"` in JSON config
2424
- TOML config syntax errors (Codex CLI)
2525

0 commit comments

Comments
 (0)