Skip to content

Commit d37b142

Browse files
committed
docs(CHANGES): Note developmental release testing
1 parent d01a32c commit d37b142

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGES

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
## current
3+
To install the unreleased vcspull version, see [developmental releases](https://vcspull.git-pull.com/quickstart.html#developmental-releases).
4+
5+
[pip](https://pip.pypa.io/en/stable/):
6+
7+
```console
8+
$ pip install --user --upgrade --pre vcspull
9+
```
10+
11+
[pipx](https://pypa.github.io/pipx/docs/):
12+
13+
```console
14+
$ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15+
// Usage: vcspull@next sync [config]
16+
```
17+
18+
## current - unrelased
419

520
- _Add your latest changes from PRs here_
621

0 commit comments

Comments
 (0)