Skip to content

Commit 9403c80

Browse files
committed
docs: Improve formatting and clarity in developmental releases section
1 parent 4b0d5b5 commit 9403c80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ $ pip install --user --upgrade libvcs
2121
### Developmental releases
2222

2323
New versions of libvcs are published to PyPI as alpha, beta, or release candidates. In their
24-
versions you will see notification like `a1`, `b1`, and `rc1`, respectively. `1.10.0b4` would mean
24+
versions, you will see notations like `a1`, `b1`, and `rc1`, respectively. For example, `1.10.0b4` would mean
2525
the 4th beta release of `1.10.0` before general availability.
2626

27-
- [pip]\:
27+
Installation options:
28+
29+
- Via pip (pre-release versions):
2830

2931
```console
3032
$ pip install --user --upgrade --pre libvcs
3133
```
3234

33-
via trunk (can break easily):
34-
35-
- [pip]\:
35+
- Via trunk (development version, may be unstable):
3636

3737
```console
3838
$ pip install --user -e git+https://github.com/vcs-python/libvcs.git#egg=libvcs

0 commit comments

Comments
 (0)