We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9015eb commit afd1215Copy full SHA for afd1215
1 file changed
src/tmux/README.md
@@ -7,15 +7,15 @@ tmux is a terminal multiplexer. It lets you switch easily between several progra
7
8
```json
9
"features": {
10
- "ghcr.io/jsburckhardt/devcontainer-features/tmux:1": {}
+ "ghcr.io/jsburckhardt/devcontainer-features/tmux:2": {}
11
}
12
```
13
14
## Options
15
16
| Options Id | Description | Type | Default Value |
17
|-----|-----|-----|-----|
18
-| 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 |
19
20
21
0 commit comments