Install rustrest on Linux
Run the install script to download the latest release, verify its checksum, and install the rustrest binary to ~/.local/bin.
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/SojebSikder/rustrest/main/install.sh | shMake sure ~/.local/bin is on your PATH, then run rustrest.
You can pin a specific version or change the install directory via environment variables:
VERSION=v0.1.3 INSTALL_DIR="$HOME/bin" curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/SojebSikder/rustrest/main/install.sh | sh