📜  rust install - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.784000             🧑  作者: Mango

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

# Mac or Linux
curl https://sh.rustup.rs -sSf | sh