update README.md

This commit is contained in:
2026-07-05 12:59:38 +08:00
commit c6e309beed
+15
View File
@@ -0,0 +1,15 @@
1、克隆仓库
```
git clone --recurse https://git.linuxacme.com/iorebuild/Stm32F10xTmp.git
```
2、将子模块切换为main分支
```
cd Stm32F10xTmp
```
```
git submodule foreach "git checkout main"
```