diff --git a/Home.md b/Home.md index bb5fcce..b26363d 100644 --- a/Home.md +++ b/Home.md @@ -22,8 +22,11 @@ bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirro ### debian 32位 ``` -curl https://sh.rustup.rs -sSf | sh 或 +//安装rust +curl https://sh.rustup.rs -sSf | sh +或 apt install rustc + pip install bcrypt==3.1.3 ```