Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/tmux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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": {}
}
```

## Options

| 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 |



Expand Down