File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,43 @@ That's the last config file you'll ever touch.
132132
133133---
134134
135+ ## Install on Linux
136+
137+ ** Quick install** (detects your distro automatically):
138+ ``` bash
139+ curl -fsSL https://install.mcpmux.com | bash
140+ ```
141+
142+ <details >
143+ <summary >Other install methods</summary >
144+
145+ ** Debian / Ubuntu** (APT repository for automatic updates):
146+ ``` bash
147+ curl -fsSL https://install.mcpmux.com/apt | sudo bash
148+ ```
149+
150+ ** Fedora / RHEL** (from GitHub Releases):
151+ ``` bash
152+ # Download the latest .rpm
153+ sudo dnf install https://github.com/mcpmux/mcp-mux/releases/latest/download/mcpmux-0.0.12-1.amd64.rpm
154+ ```
155+
156+ ** Arch Linux** (AUR):
157+ ``` bash
158+ yay -S mcpmux-bin
159+ ```
160+
161+ ** AppImage** (any distro):
162+ ``` bash
163+ curl -fsSL https://install.mcpmux.com | bash # auto-detects, falls back to AppImage
164+ ```
165+
166+ Or download directly from [ GitHub Releases] ( https://github.com/mcpmux/mcp-mux/releases/latest ) .
167+
168+ </details >
169+
170+ ---
171+
135172## Development
136173
137174``` bash
You can’t perform that action at this time.
0 commit comments