Skip to content

Commit 74671f2

Browse files
committed
docs(CHANGES): 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 e37b56b commit 74671f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ $ pip install --user --upgrade --pre tmuxp
1111
[uv](https://docs.astral.sh/uv/getting-started/features/#python-versions):
1212

1313
```console
14-
$ uv add 'tmuxp>=1.10.0b1'
14+
$ uv add tmuxp --prerelease allow
1515
```
1616

1717
[uvx](https://docs.astral.sh/uv/guides/tools/):
1818

1919
```console
20-
$ uvx --from 'tmuxp>=1.10.0b1' tmuxp
20+
$ uvx --from 'tmuxp' --prerelease allow tmuxp
2121
```
2222

2323
[pipx](https://pypa.github.io/pipx/docs/):

0 commit comments

Comments
 (0)