Skip to content

Commit c921faa

Browse files
committed
update readme to fix wget
1 parent 191179e commit c921faa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ may break with future updates.
77
The locked-version branch uses a fixed PollyMC link, from the main PollyMC github,
88
which should exist for a while.
99

10+
I don't think the releases compiled here so use the wget commit below to
11+
download the installer.
12+
13+
```sh
14+
wget https://raw.githubusercontent.com/asagilmore/MinecraftSplitscreenSteamdeck/main/install-minecraft-splitscreen.sh
15+
chmod +x install-minecraft-splitscreen.sh
16+
./install-minecraft-splitscreen.sh
17+
```
18+
1019
# Minecraft Splitscreen Steam Deck & Linux Installer
1120

1221
This project provides an easy way to set up splitscreen Minecraft on Steam Deck and Linux using an optimized dual-launcher approach. It supports 1–4 players, controller detection, and seamless integration with Steam Game Mode and your desktop environment.
@@ -96,7 +105,7 @@ This hybrid approach ensures reliable automated installation while providing the
96105
1. **Download and run the installer:**
97106
- You can get the latest installer script from the [Releases section](https://github.com/FlyingEwok/MinecraftSplitscreenSteamdeck/releases) (recommended for stable versions), or use the latest development version with:
98107
```sh
99-
wget https://raw.githubusercontent.com/FlyingEwok/MinecraftSplitscreenSteamdeck/main/install-minecraft-splitscreen.sh
108+
wget https://raw.githubusercontent.com/asagilmore/MinecraftSplitscreenSteamdeck/main/install-minecraft-splitscreen.sh
100109
chmod +x install-minecraft-splitscreen.sh
101110
./install-minecraft-splitscreen.sh
102111
```

0 commit comments

Comments
 (0)