Skip to content

Commit 5032ebf

Browse files
committed
🤖 docs: add Windows installation instructions
1 parent 4eef087 commit 5032ebf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/install.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Download pre-built binaries from [the releases page](https://github.com/coder/mu
88

99
- **macOS**: Signed and notarized DMG (separate builds for Intel/Apple Silicon)
1010
- **Linux**: AppImage
11+
- **Windows**: Installer exe
1112

1213
### Development Builds
1314

@@ -17,6 +18,8 @@ Down pre-built binaries of `main` from [GitHub Actions](https://github.com/coder
1718
- `macos-dmg-x64` (Intel Macs)
1819
- `macos-dmg-arm64` (Apple Silicon)
1920
- **Linux**: AppImage (portable, works on most distros)
21+
- **Windows**: Installer exe
22+
- `windows-installer-x64`
2023

2124
To download:
2225

@@ -44,6 +47,13 @@ The app is code-signed and notarized by Apple, so it will open without security
4447
2. Make it executable: `chmod +x Mux-*.AppImage`
4548
3. Run it: `./Mux-*.AppImage`
4649

50+
**Windows:**
51+
52+
1. Download the installer exe (`windows-installer-x64`)
53+
2. Run the installer
54+
3. Follow the installation prompts
55+
4. Launch Mux from the Start menu or desktop shortcut
56+
4757
### Testing Pre-Release Builds
4858

4959
⚠️ **Note**: Only builds from the `main` branch are signed and notarized. If you're testing a build from a pull request or other branch, you'll need to bypass macOS Gatekeeper:

0 commit comments

Comments
 (0)