From afd1215e5805e87be4d770aab9c7a221c4344a04 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 May 2026 14:52:23 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/tmux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tmux/README.md b/src/tmux/README.md index d5adffc..41c1677 100644 --- a/src/tmux/README.md +++ b/src/tmux/README.md @@ -7,7 +7,7 @@ tmux is a terminal multiplexer. It lets you switch easily between several progra ```json "features": { - "ghcr.io/jsburckhardt/devcontainer-features/tmux:1": {} + "ghcr.io/jsburckhardt/devcontainer-features/tmux:2": {} } ``` @@ -15,7 +15,7 @@ tmux is a terminal multiplexer. It lets you switch easily between several progra | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of tmux to install (installs the version provided by the OS package manager) | string | os-provided | +| version | Version of tmux to install from GitHub releases (e.g. '3.6a', 'latest') | string | latest |