Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(quickstart) Update minimum tmux version to 3.2+
Update installation requirements to reflect the new minimum tmux version.
  • Loading branch information
tony committed Nov 30, 2025
commit 006752d8a37e967b34d40125fb8ffa875add0de4
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation

Ensure you have at least tmux **>= 1.8** and python **>= 3.9**.
Ensure you have at least tmux **>= 3.2** and python **>= 3.9**.

```console
$ pip install --user tmuxp
Expand Down