我要评分
获取效率
正确性
完整性
易理解

Installing Rust

  1. Download and install Rust.
    1
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    

    You are advised to download Rust in a stable network environment.

  2. In the displayed installation options, select the default installation mode.

  3. Run the source command for the installation to take effect.
    1
    source $HOME/.cargo/env