Skip to content

Commit 7809cf4

Browse files
committed
Move uvx to installation overview with correct command
Integrates uvx usage into the main installation overview text instead of a separate subsection, and uses the correct command format. Changes: - Remove dedicated "Try it out" subsection - Add uvx command to installation overview paragraph - Use correct command format: uvx --from django-language-server djls serve - Keep installation methods focused on persistent installs
1 parent b81d5a5 commit 7809cf4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +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-
### Try it out
77-
78-
Try the language server without installing using `uvx`:
79-
80-
```bash
81-
uvx django-language-server
82-
```
83-
84-
This will run the language server without installing it, perfect for testing it out first.
76+
To try the language server without installing, use `uvx --from django-language-server djls serve`.
8577

8678
### Install with a package manager (recommended)
8779

0 commit comments

Comments
 (0)