Rost installieren
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Uninterested Unicorn
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Windows
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Mac or Linux
curl https://sh.rustup.rs -sSf | sh
//linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
PRORUSTcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh