Setting up decomp on Windows
Windows requires that you set up Windows Subsystem for Linux.
- Install or upgrade to WSL 2 following these instructions (Ubuntu is recommended)
- Open a WSL terminal
- Run the following command:
sudo apt update && sudo apt upgrade && cd ~
- Continue with setup