We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a32c commit d37b142Copy full SHA for d37b142
CHANGES
@@ -1,6 +1,21 @@
1
# Changelog
2
3
-## current
+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
14
+$ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
+// Usage: vcspull@next sync [config]
16
17
18
+## current - unrelased
19
20
- _Add your latest changes from PRs here_
21
0 commit comments