添加README.md

This commit is contained in:
2026-05-24 16:37:24 +08:00
parent 08240759cb
commit b58f7aca9f
2 changed files with 20 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
1、克隆仓库
```
git clone --recurse https://git.linuxacme.com/iorebuild/HelloClionStm32F10x.git
```
2、将子模块切换为main分支
```
cd HelloClionStm32F10x
```
```
git submodule foreach "git checkout main"
```
3、