Skip to content

Commit 072ee45

Browse files
committed
docs(quickstart): Use --prerelease allow instead of specific version
Use uv/uvx prerelease flags without specifying version numbers, matching vcspull's pattern for cleaner prerelease documentation
1 parent 74671f2 commit 072ee45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ In their versions you will see notification like `a1`, `b1`, and `rc1`, respecti
6363
- [uv]_:
6464

6565
```console
66-
$ uv add 'tmuxp>=1.10.0b1'
66+
$ uv add tmuxp --prerelease allow
6767
```
6868

6969
- [uvx]_:
7070

7171
```console
72-
$ uvx --from 'tmuxp>=1.10.0b1' tmuxp
72+
$ uvx --from 'tmuxp' --prerelease allow tmuxp
7373
```
7474

7575
- [pipx]\:

0 commit comments

Comments
 (0)