Skip to content

Commit f0e08de

Browse files
committed
docs(CHANGES): Note installing the latest version
1 parent 9cbed99 commit f0e08de

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 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+
```console
14+
$ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
15+
// Usage: tmuxp@next load yoursession
16+
```
17+
18+
## 0.10 - unreleased
419

520
- _Insert changes/features/fixes for next release here_
621

0 commit comments

Comments
 (0)