Install Remote Code CLI on Windows using Windows Subsystem for Linux (WSL)
Remote Code CLI runs on Linux, so you'll need to install Windows Subsystem for Linux (WSL) first.
wsl --install
Note:
You may need to restart your computer after installing WSL. This will install Ubuntu by default.
Once WSL is installed, open your WSL terminal (Ubuntu) and run the installation script:
curl -fsSL https://remote-code.com/install.sh | bash
wget -qO- https://remote-code.com/install.sh | bash
Navigate to your project directory and launch Remote Code:
cd /path/to/your/project
remote-code
/mnt/c/
wsl
in the address barremote-code
in your WSL terminal