1 parent adcd828 commit 6953837Copy full SHA for 6953837
1 file changed
docs/ruan-cat-notes/docs/rust/install-rust-in-window.md
@@ -84,3 +84,12 @@ $evn:RUSTUP_UPDATE_ROOT="https://mirrors.ustc.edu.cn/rust-static/rustup"
84
### RUSTUP_HOME
85
86

87
+
88
+## 验证是否安装成功
89
90
+按照[教程](https://juejin.cn/post/7219656530235670588),运行:
91
92
+```bash
93
+cargo --version
94
+rustc --version
95
+```
0 commit comments