Answers for "rust install"

6

rust install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Posted by: Guest on April-20-2020
1

rust install windows

# Windows
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Mac or Linux
curl https://sh.rustup.rs -sSf | sh
Posted by: Guest on October-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language