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.
1 parent 726f6e8 commit 349b09cCopy full SHA for 349b09c
README.md
@@ -341,7 +341,14 @@ WantedBy=multi-user.target
341
342
Put that in `/etc/systemd/system/cosmo-binfmt.service`.
343
344
-Then run `sudo systemctl enable cosmo-binfmt`.
+Ensure that the APE loader is installed to `/usr/bin/ape`:
345
+
346
+```sh
347
+sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
348
+sudo chmod +x /usr/bin/ape
349
+```
350
351
+Then run `sudo systemctl enable --now cosmo-binfmt`.
352
353
Another thing that's helped WSL users who experience issues, is to
354
disable the WIN32 interop feature:
0 commit comments