Created
August 26, 2021 10:46
-
-
Save vinhjaxt/73eaf93d9ca2cf888fbf8bb4eee43597 to your computer and use it in GitHub Desktop.
Portable rust installation on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
curl.exe -O https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.tar.gz