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 9cbed99 commit f0e08deCopy full SHA for f0e08de
CHANGES
@@ -1,6 +1,21 @@
1
# Changelog
2
3
-## current
+To install the unreleased tmuxp version, see [developmental releases](https://tmuxp.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 tmuxp
9
+```
10
11
+[pipx](https://pypa.github.io/pipx/docs/):
12
13
14
+$ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
15
+// Usage: tmuxp@next load yoursession
16
17
18
+## 0.10 - unreleased
19
20
- _Insert changes/features/fixes for next release here_
21
0 commit comments