Skip to content

Commit 9d92413

Browse files
authored
Merge pull request #585 from halter73/patch-1
Update WSL troubleshooting in README.md
2 parents 0b4aab8 + 349b09c commit 9d92413

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,14 @@ WantedBy=multi-user.target
357357

358358
Put that in `/etc/systemd/system/cosmo-binfmt.service`.
359359

360-
Then run `sudo systemctl enable cosmo-binfmt`.
360+
Ensure that the APE loader is installed to `/usr/bin/ape`:
361+
362+
```sh
363+
sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
364+
sudo chmod +x /usr/bin/ape
365+
```
366+
367+
Then run `sudo systemctl enable --now cosmo-binfmt`.
361368

362369
Another thing that's helped WSL users who experience issues, is to
363370
disable the WIN32 interop feature:

0 commit comments

Comments
 (0)