Install Remote Code CLI on your Linux system
Install Remote Code CLI with a single command:
curl -fsSL https://remote-code.com/install.sh | bash
wget -qO- https://remote-code.com/install.sh | bash
If you prefer to install manually or inspect the installation script:
curl -fsSL https://remote-code.com/install.sh -o install.sh
cat install.sh
chmod +x install.sh && ./install.sh
Navigate to your project directory and launch Remote Code:
cd /path/to/your/project
remote-code
You may need to restart your terminal or run source ~/.bashrc
to refresh your PATH.
Make sure you have proper permissions to install software. You may need to run the installer with sudo.
If you're behind a corporate firewall, you may need to configure proxy settings or download the binary manually.
remote-code
in your terminal