mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 12:53:03 +08:00
Merge pull request #12 from aucker/main
fix: update the source of the tuna
This commit is contained in:
@@ -104,8 +104,8 @@ Rust 开发环境配置
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
export RUSTUP_DIST_SERVER=https://mirrors.tuna.edu.cn/rustup
|
||||
export RUSTUP_UPDATE_ROOT=https://mirrors.tuna.edu.cn/rustup/rustup
|
||||
export RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup
|
||||
export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
|
||||
也可以设置科学上网代理:
|
||||
|
||||
Reference in New Issue
Block a user