Skip to content

Commit c6bf6e2

Browse files
committed
docs(CHANGES) Document prerelease commands without hard versions
1 parent f807c5f commit c6bf6e2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGES

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ To install the unreleased vcspull version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre vcspull
99
```
1010

11-
[uv](https://docs.astral.sh/uv/getting-started/features/#python-versions):
11+
[pipx](https://pypa.github.io/pipx/docs/):
1212

1313
```console
14-
$ uv add 'vcspull>=1.19.0a0'
14+
$ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15+
// Usage: vcspull@next sync [config]
1516
```
1617

17-
[uvx](https://docs.astral.sh/uv/guides/tools/):
18+
[uv](https://docs.astral.sh/uv/getting-started/features/#python-versions):
1819

1920
```console
20-
$ uvx --from 'vcspull>=1.19.0a0' vcspull
21+
$ uv add vcspull --prerelease
2122
```
2223

23-
[pipx](https://pypa.github.io/pipx/docs/):
24+
[uvx](https://docs.astral.sh/uv/guides/tools/):
2425

2526
```console
26-
$ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
27-
// Usage: vcspull@next sync [config]
27+
$ uvx --from 'vcspull' --pre vcspull
2828
```
2929

3030
## vcspull v1.41.x (unreleased)

0 commit comments

Comments
 (0)