Skip to content

Instantly share code, notes, and snippets.

@vinhjaxt
Created August 26, 2021 10:46
Show Gist options
  • Save vinhjaxt/73eaf93d9ca2cf888fbf8bb4eee43597 to your computer and use it in GitHub Desktop.
Save vinhjaxt/73eaf93d9ca2cf888fbf8bb4eee43597 to your computer and use it in GitHub Desktop.
Portable rust installation on windows
curl.exe https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.tar.gz
set "PATH=%PATH%;.\rust-nightly\rustc\bin"
set "PATH=%PATH%;.\rust-nightly\cargo\bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment