Skip to content

Commit 361bf39

Browse files
committed
docs(quickstart) Note --prerelease allow syntax
1 parent 6723001 commit 361bf39

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

docs/quickstart.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,25 @@ In their versions you will see notification like `a1`, `b1`, and `rc1`, respecti
5252

5353
```console
5454
$ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
55+
// Usage: vcspull@next sync [config]
5556
```
5657

57-
Then use `vcspull@next sync [config]...`.
58+
- [uv tool install][uv-tools]\:
59+
60+
```console
61+
$ uv tool install --prerelease=allow vcspull
62+
```
5863

5964
- [uv]\:
6065

6166
```console
62-
$ uv tool install --prerelease=allow vcspull
67+
$ uv add vcspull --prerelease allow
68+
```
69+
70+
- [uvx]\:
71+
72+
```console
73+
$ uvx --from 'vcspull' --prerelease allow vcspull
6374
```
6475

6576
via trunk (can break easily):
@@ -85,6 +96,8 @@ via trunk (can break easily):
8596
[pip]: https://pip.pypa.io/en/stable/
8697
[pipx]: https://pypa.github.io/pipx/docs/
8798
[uv]: https://docs.astral.sh/uv/
99+
[uv-tools]: https://docs.astral.sh/uv/concepts/tools/
100+
[uvx]: https://docs.astral.sh/uv/guides/tools/
88101

89102
## Configuration
90103

0 commit comments

Comments
 (0)