From b58f7aca9f5abf11069c4a8ecd91aae0d8555b6a Mon Sep 17 00:00:00 2001 From: iorebuild Date: Sun, 24 May 2026 16:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 4 +++- README.md | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 8af34e7..04a8302 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,8 @@ - + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..06e8d15 --- /dev/null +++ b/README.md @@ -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、