Skip to content

Commit 353ee76

Browse files
authored
Merge branch 'main' into feat/screenshots-readme-redesign
2 parents 9380dad + 473eb1a commit 353ee76

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)