We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b4aab8 + 349b09c commit 9d92413Copy full SHA for 9d92413
README.md
@@ -357,7 +357,14 @@ WantedBy=multi-user.target
357
358
Put that in `/etc/systemd/system/cosmo-binfmt.service`.
359
360
-Then run `sudo systemctl enable cosmo-binfmt`.
+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`.
368
369
Another thing that's helped WSL users who experience issues, is to
370
disable the WIN32 interop feature:
0 commit comments