Skip to content

Commit 4c5f942

Browse files
committed
Add link to uvx documentation
Adds a link to the UV documentation about running tools with uvx to help users understand what uvx is and how it works. Changes: - Link uvx to https://docs.astral.sh/uv/guides/tools/#running-tools - Provides context for users unfamiliar with uvx
1 parent 47537a2 commit 4c5f942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See the [Versioning](#versioning) section for details on how this project's vers
7373

7474
The Django Language Server can be installed using your preferred Python package manager or as a standalone binary.
7575

76-
To try the language server without installing:
76+
To try the language server without installing using [`uvx`](https://docs.astral.sh/uv/guides/tools/#running-tools):
7777

7878
```bash
7979
uvx --from django-language-server djls serve

0 commit comments

Comments
 (0)