From 50ed1043eeaa13103931ff76150de4eeac5b14b8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 1 Nov 2022 17:18:23 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ```